From 19cc21593ecfa1d8c644e3fa853f51e36f935838 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Sep 2007 16:50:52 -0400 Subject: Update CSS colors + add AT to AUTHORS. --- AUTHORS | 3 ++- webui_content/style.css | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index a20251d..2dd488d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,6 +8,7 @@ Cobbler is written & maintained by: Patches and other contributions from: James Bowes + Máirín Duffy Tru Huynh Matt Hyclak Mihai Ibanescu @@ -18,7 +19,7 @@ Patches and other contributions from: Ben Riggs Adam Rosenwald Scott Seago - Adam Wolf + Al Tobey [...send patches to get your name here...] diff --git a/webui_content/style.css b/webui_content/style.css index d1aabe0..c13db7d 100644 --- a/webui_content/style.css +++ b/webui_content/style.css @@ -39,7 +39,7 @@ ul#nav { } ul#nav li a { - color: #59cbe1; + color: #C88800; text-decoration: none; } @@ -73,8 +73,8 @@ div#feed ul { div#main { background-color: #212121; - border-top: 1px solid #59cbe1; - border-bottom: 1px solid #59cbe1; + border-top: 1px solid #C88800; + border-bottom: 1px solid #C88800; overflow: auto; padding: 20px 0px; } @@ -97,7 +97,7 @@ div#content h2 { } div#content h3 { - color: #59cbe1; + color: #C88800; } @@ -107,7 +107,7 @@ div#content p { } a:link { - color: #59cbe1; + color: #C88800; } a:hover { -- cgit