1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 09:47:11 +00:00

disable infobox overlay

This commit is contained in:
Andrew Dolgov
2006-05-19 04:52:19 +01:00
parent 7f74a9da6d
commit 6b9bf6c2f6
6 changed files with 43 additions and 47 deletions

View File

@@ -5,17 +5,7 @@ table.main td.headlines {
border-color : #c0c0c0;
}
#infoBoxTitle {
border-width : 1px 1px 1px 1px;
border-style : solid;
border-color : #88b0f0;
background-color : #88b0f0;
padding : 2px;
color : white;
}
#infoBox {
/* #infoBox {
border-width : 1px 1px 1px 1px;
border-style : solid;
border-color : #88b0f0;
@@ -40,5 +30,5 @@ table.main td.headlines {
z-index : 3;
position : absolute;
display : none;
}
} */