diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-05-10 15:58:27 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-06-04 22:33:31 +0200 |
commit | bd6b62736280f89511bf0fda29834191125bd2de (patch) | |
tree | fe6f500166854bf78637b6ad0e18b30a98e5688a /themes | |
parent | 0b323b3c4efcf1b6e5af64fa7184f701324cf63d (diff) | |
download | schiltknecht.org-bd6b62736280f89511bf0fda29834191125bd2de.tar.gz schiltknecht.org-bd6b62736280f89511bf0fda29834191125bd2de.tar.bz2 schiltknecht.org-bd6b62736280f89511bf0fda29834191125bd2de.zip |
Petit nettoyage syntaxe reST + CSS
Diffstat (limited to 'themes')
-rw-r--r-- | themes/dev-urandom/static/css/skeleton.css | 2 | ||||
-rw-r--r-- | themes/dev-urandom/static/css/theme.css | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/themes/dev-urandom/static/css/skeleton.css b/themes/dev-urandom/static/css/skeleton.css index d8dfd13..d392b25 100644 --- a/themes/dev-urandom/static/css/skeleton.css +++ b/themes/dev-urandom/static/css/skeleton.css @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 et: */ +/* vim: set ts=4 sw=4 et: */ html, body { height: 100%; diff --git a/themes/dev-urandom/static/css/theme.css b/themes/dev-urandom/static/css/theme.css index de7d247..2702a4c 100644 --- a/themes/dev-urandom/static/css/theme.css +++ b/themes/dev-urandom/static/css/theme.css @@ -192,6 +192,11 @@ table.field-list, table th.field-name, table td.field-body { text-align: left; } +/* Add some space on the right of a field name */ +table th.field-name { + padding-right: 10px; +} + pre { font-family: monospace; font-size: 0.95em; @@ -201,6 +206,12 @@ pre { max-width: 100%; } +tt { + border: 1px solid #BBB; + padding: 1px 2px; + background: none repeat scroll 0% 0% #EEE; +} + div.profil { text-align: center; font-size: 1.5em; |