summaryrefslogtreecommitdiffstats
path: root/webui_content
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 /webui_content
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.
Diffstat (limited to 'webui_content')
-rw-r--r--webui_content/style.css10
1 files changed, 5 insertions, 5 deletions
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 {