diff options
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> |