20 lines
358 B
CSS
20 lines
358 B
CSS
|
body { font:12px Arial,Helvetica,sans-serif;}
|
||
|
|
||
|
ul li { margin:2px 0; }
|
||
|
|
||
|
#global {}
|
||
|
#header {}
|
||
|
#header h1 {font-size:18px;}
|
||
|
|
||
|
#content {}
|
||
|
#content h1 {font-size:16px; text-decoration:underline;}
|
||
|
#content h2 {font-size:14px;}
|
||
|
#content h3 {font-size:12px;}
|
||
|
|
||
|
.function { padding:0 5px; border-bottom:1px solid; }
|
||
|
|
||
|
.function-detail {
|
||
|
padding:0 20px;
|
||
|
}
|
||
|
|
||
|
#footer {}
|