1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

minor style tweaks from Mike...

svn path=/trunk/icecast/; revision=5601
This commit is contained in:
oddsock 2003-11-18 02:44:57 +00:00
parent e3dbbbc81b
commit 717dbafab7

View File

@ -1,6 +1,5 @@
.ahem { display: none }
body {
font-size:12px;
font-family:'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
background:#000000;
link:#FFFFFF;
@ -17,10 +16,10 @@ a:link { color: #ff0; }
a:visited { color: #cc3; }
a:hover { color: #f00; }
code,pre {
font-size:11px;
font-size:90%;
color:#ffffff;
font-family:"Courier New",monospace;
background:#999;
background:#777777;
padding:0 0.5em
}
td {