From 10873a767620c0a855430fbc27619b4d31475c9a Mon Sep 17 00:00:00 2001
From: Jordi Burgos
Date: Tue, 10 Mar 2020 23:29:25 +0000
Subject: [PATCH] Improve styles.
---
static/css/main.css | 4 ++++
templates/index.html | 21 +++++++++++----------
2 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/static/css/main.css b/static/css/main.css
index 407e817..bcb832f 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -107,3 +107,7 @@ form.pure-form input[type="text"] {
.title {
margin-top: 30px;
}
+
+ul.ulist li {
+ list-style: disc;
+}
\ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index 0575dab..612d958 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,19 +4,20 @@
Welcome!
Magic Deep Search is a search engine for Magic: The Gathering cards.
The cards have been tagged using Artificial Intelligence so it is easier to:
-
- - Find combos
- - Find a card with specific ability
- - etc...
-
- Besides the typical search for the card name, card text, mana color, ...
+
+ - Find combos
+ - Find combos automatically (coming soon)
+ - Find a card with specific ability
+ - etc...
+
+Besides the typical search for the card name, card text, mana color, ...
you can search for:
-
- - Triggers: search by a triggering action i.e. ON_ATTACK -> "Whenever XXX attacks"
- - Effects: search by effect i.e. LIFE_GAIN -> "You gain 3 life.
-
+
+ - Triggers: search by a triggering action i.e. ON_ATTACK -> "Whenever XXX attacks"
+ - Effects: search by effect i.e. LIFE_GAIN -> "You gain 3 life.
+
Stats