diff options
author | Saku Ytti <saku@ytti.fi> | 2014-02-27 15:08:43 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-02-27 15:08:43 +0200 |
commit | 554ed10e16544c76447cc4e97865055eeef47482 (patch) | |
tree | db0ed7f7eeb5802bf4e43ff6745e5d79173d5124 /lib/oxidized/api/web/public/css/oxidized.css | |
parent | c16616f80c6756d407795498335ba779c11e5fbb (diff) |
Slightly less ugly nodes page
Diffstat (limited to 'lib/oxidized/api/web/public/css/oxidized.css')
-rw-r--r-- | lib/oxidized/api/web/public/css/oxidized.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/lib/oxidized/api/web/public/css/oxidized.css b/lib/oxidized/api/web/public/css/oxidized.css index 8455513..9df98c6 100644 --- a/lib/oxidized/api/web/public/css/oxidized.css +++ b/lib/oxidized/api/web/public/css/oxidized.css @@ -4,7 +4,6 @@ body { } a:link { - /* color: #268bd2; */ color: #dc322f; text-decoration: none; } @@ -20,6 +19,16 @@ a:hover { a:active { } +.center { + margin-left: auto; + margin-right: auto; + text-align: center; +} + +th { + color: #2aa198; +} + tr.odd { background: #eee8d5; } @@ -32,4 +41,3 @@ tr:hover { background: #586e75; color: #fdf6e3; } - |