forked from expo/troggle
[svn] Turn main menu into dropdown (well actually, drop up) menu.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user