aboutsummaryrefslogtreecommitdiff
path: root/static/css/main.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-12 13:41:17 -0500
committerBobby <[email protected]>2022-11-12 13:41:17 -0500
commitb7aa1d8c57b70acccff704e4763eadd8a4a84900 (patch)
treebaf9dfb83c5352ecd5298b9df49a12f0c323e6f2 /static/css/main.css
parent1952bfc407e386b3b408b0b8e09fbe726f457d4c (diff)
downloadthatcomputerscientist-b7aa1d8c57b70acccff704e4763eadd8a4a84900.tar.xz
thatcomputerscientist-b7aa1d8c57b70acccff704e4763eadd8a4a84900.zip
fixed few IE5 render issues, announcements auto add now false
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css19
1 files changed, 12 insertions, 7 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 4bd4be2d..62093d11 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -11,11 +11,11 @@ body {
}
.header {
- background-image: url("../images/site/banner.png");
+ background-image: url("../images/site/banner.gif");
background-repeat: no-repeat;
background-position: center;
width: 1000px;
- height: 300px;
+ height: 333px;
margin: auto;
}
@@ -288,19 +288,24 @@ summary {
border-left: 2px solid #6666FF;
border-right: 2px solid #00007C;
border-bottom: 2px solid #00007C;
- font-family: 'TopNavbar', serif;
- font-size: 12px;
position: relative;
- padding: 5px 10px;
+ padding: 2px 10px 5px 10px;
+ text-align: center;
+}
+
+.navitem a {
+ color: #FFFFFF;
text-decoration: none;
+ font-size: 12px;
+ font-family: 'TopNavbar', serif;
}
.new{
- /* Add a "new" image gif to top right corner. */
- /* content: url('../images/gifs/new.gif'); */
position: absolute;
top: -9px;
right: -10px;
+ width: 30px !important;
+ height: 15px !important;
}
.topnav > li > a {