diff options
Diffstat (limited to '')
-rw-r--r-- | layout/style-c.css | 4 | ||||
-rw-r--r-- | layout/style.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/layout/style-c.css b/layout/style-c.css index e69de29..514ea66 100644 --- a/layout/style-c.css +++ b/layout/style-c.css | |||
@@ -0,0 +1,4 @@ | |||
1 | .row .hostinfo { | ||
2 | font-size: 0.7em; | ||
3 | opacity: 0.6; | ||
4 | } | ||
diff --git a/layout/style.css b/layout/style.css index 2df30cf..156e8c5 100644 --- a/layout/style.css +++ b/layout/style.css | |||
@@ -67,6 +67,10 @@ a:hover { | |||
67 | width: 20em; | 67 | width: 20em; |
68 | } | 68 | } |
69 | 69 | ||
70 | .row .hostinfo { | ||
71 | float: left; | ||
72 | } | ||
73 | |||
70 | .row .field { | 74 | .row .field { |
71 | float: left; | 75 | float: left; |
72 | width: 3.4em; | 76 | width: 3.4em; |