diff options
author | kinitrupti | 2016-04-21 11:46:24 +0530 |
---|---|---|
committer | kinitrupti | 2016-05-17 11:13:59 +0530 |
commit | 34dcf8cd6a22bb93b8a9a6532f1373fd64048f1c (patch) | |
tree | bdc4c12c48d265b6d8cd58683f4f3796de920ce6 /tbc/templates | |
parent | 41b0da723cc8cebd28d678ab140c226cb8113bbb (diff) | |
download | Python-TBC-Interface-34dcf8cd6a22bb93b8a9a6532f1373fd64048f1c.tar.gz Python-TBC-Interface-34dcf8cd6a22bb93b8a9a6532f1373fd64048f1c.tar.bz2 Python-TBC-Interface-34dcf8cd6a22bb93b8a9a6532f1373fd64048f1c.zip |
Add tags module, minor css changes to base.html
Diffstat (limited to 'tbc/templates')
-rw-r--r-- | tbc/templates/base.html | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index 3cece1c..645ceed 100644 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -89,30 +89,30 @@ a.viewdescription:hover {background-color:#999; color: White;} </style> <style> -span.question { - cursor: pointer; - display: inline-block; - width: 20px; - height: 20px; - background-color: #89A4CC; - line-height: 16px; - color: White; - font-size: 13px; - font-weight: bold; - border-radius: 8px; - text-align: center; - position: relative; -} -span.question:hover { background-color: #3D6199; } + span.question { + cursor: pointer; + display: inline-block; + width: 20px; + height: 20px; + background-color: #89A4CC; + line-height: 16px; + color: White; + font-size: 13px; + font-weight: bold; + border-radius: 8px; + text-align: center; + position: relative; + } + span.question:hover { background-color: #3D6199; } - </style> - {% block css %} - <style type="text/css"> - body { - padding-top: 60px; - padding-bottom: 40px; - } - </style> + </style> + {% block css %} + <style type="text/css"> + body { + padding-top: 60px; + padding-bottom: 40px; + } +</style> {% endblock %} </head> |