diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-18 04:25:42 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-18 04:25:42 +0100 |
commit | 12009e36dfb7d34781a2e9bdf7a2ab4568a7c338 (patch) | |
tree | a5d4077b0b2a5d9725ed9ac1b5738243d7c6d016 /media/css | |
parent | 21c39f70de1fa20ae20933a761773e9b15ea1a11 (diff) | |
download | troggle-12009e36dfb7d34781a2e9bdf7a2ab4568a7c338.tar.gz troggle-12009e36dfb7d34781a2e9bdf7a2ab4568a7c338.tar.bz2 troggle-12009e36dfb7d34781a2e9bdf7a2ab4568a7c338.zip |
[svn] Turn main menu into dropdown (well actually, drop up) menu.
Diffstat (limited to 'media/css')
-rw-r--r-- | media/css/main3.css | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/media/css/main3.css b/media/css/main3.css index 384d9b3..77657a0 100644 --- a/media/css/main3.css +++ b/media/css/main3.css @@ -1,20 +1,3 @@ -html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td
- {
-
- font-weight: inherit;
- font-style: inherit;
- font-size: 100%;
- font-family: inherit;
- vertical-align: baseline;
- }
-
html, body {
height: 100%;
}
@@ -343,16 +326,10 @@ h1 { #footerLinks{
position:fixed;
- text-align: center;
- bottom:0;
- left:0;
- width:100%;
- background-color:#000;
- color:#999
-}
-
-#footerLinks a{
- color:#FFF
+ bottom:0px;
+ padding: 0;
+ margin-left:130px;
+ margin-right:130px;
}
/*.fadeIn {
|