diff options
Diffstat (limited to 'themes/dev-urandom/static/css/theme.css')
-rw-r--r-- | themes/dev-urandom/static/css/theme.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; |