1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove old-style debugging

This commit is contained in:
Andrew Dolgov
2010-11-07 14:38:59 +03:00
parent 3fb63f75a2
commit f3f67c1b53
6 changed files with 3 additions and 85 deletions

View File

@@ -1095,27 +1095,6 @@ a.cdmToggleLink:hover {
border-width : 0px;
}
#debug_output {
position : absolute;
width : 400px;
height : 200px;
right : 20px;
bottom : 20px;
z-index : 999;
background-color : white;
border : 1px solid #c0c0c0;
overflow : auto;
margin : 0px;
padding : 0px;
list-style-type : none;
}
#debug_output li {
margin : 0px;
padding : 0px;
font-size : 11px;
}
#dialog_overlay {
left : 0;
top : 0;