Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/ie.css
blob: ac3b0910fe948125b7bb512a407623bb5a92afd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
ul.bullet
{
	list-style-type: disc;
	text-indent: 0;
}
.bullet li:before {
	content: "";
}

.thumbnails
{
	padding-bottom: 40px;
}
.footer
{
	padding-bottom: 0;
}

/* navigation */

#menu li a:hover
{
    overflow: auto;
}
#menu li 
{
	position: static;
}