style fixes

This commit is contained in:
Andrew Dolgov 2006-10-02 04:05:27 +01:00
parent 67f46ec2a2
commit c4cbe62c71
3 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#infoBox {
/* #infoBox {
font-size : small;
position : relative;
top : 30%;
@ -16,4 +16,5 @@
z-index : 3;
position : absolute;
display : none;
}
}
*/

View File

@ -5,7 +5,7 @@ table.main td.headlines {
border-color : #c0c0c0;
}
#infoBoxShadow {
/* #infoBoxShadow {
background-image : url("images/overlay.png");
left : 0;
top : 0;
@ -23,5 +23,5 @@ table.main td.headlines {
left : 30%;
width : 30%;
padding-bottom : 5px;
}
} */

View File

@ -18,6 +18,9 @@ div.notice {
border : 1px solid #999999;
}
ul.userFeedList, ul.browseFeedList {
border : 1px solid #999999;
}
table.headlinesSubToolbar td {
font-size : x-small;