summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@mdehaan.rdu.redhat.com>2007-09-18 16:50:52 -0400
committerroot <root@mdehaan.rdu.redhat.com>2007-09-18 16:50:52 -0400
commit19cc21593ecfa1d8c644e3fa853f51e36f935838 (patch)
tree6f89ae3682c597a5a27ad8b5148c22487fe78e7f
parent292fff5d73b3185f411f1e7a9908b12942e55370 (diff)
downloadthird_party-cobbler-19cc21593ecfa1d8c644e3fa853f51e36f935838.tar.gz
third_party-cobbler-19cc21593ecfa1d8c644e3fa853f51e36f935838.tar.xz
third_party-cobbler-19cc21593ecfa1d8c644e3fa853f51e36f935838.zip
Update CSS colors + add AT to AUTHORS.
-rw-r--r--AUTHORS3
-rw-r--r--webui_content/style.css10
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 <jbowes@redhat.com>
+ Máirín Duffy <duffy@redhat.com>
Tru Huynh <tru@pasteur.fr>
Matt Hyclak <hyclak@math.ohiou.edu>
Mihai Ibanescu <mihai.ibanescu@gmail.com>
@@ -18,7 +19,7 @@ Patches and other contributions from:
Ben Riggs <rigg0022@umn.edu>
Adam Rosenwald <thestrider@gmail.com>
Scott Seago <sseago@redhat.com>
- Adam Wolf <adamwolf@feelslikeburning.com>
+ Al Tobey <tobert@gmail.com>
[...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 {