summaryrefslogtreecommitdiffstats
path: root/themes/dev-urandom
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dev-urandom')
-rw-r--r--themes/dev-urandom/static/css/skeleton.css2
-rw-r--r--themes/dev-urandom/static/css/theme.css11
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;