21 lines
373 B
CSS
21 lines
373 B
CSS
body { font:12px Arial,Helvetica,sans-serif;}
|
|
|
|
ul li { margin:5px 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 {
|
|
margin:5px 20px;
|
|
padding:2px;
|
|
}
|
|
|
|
#footer {} |