summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-07 14:38:59 +0300
committerAndrew Dolgov <[email protected]>2010-11-07 14:38:59 +0300
commitf3f67c1b53d2d93486fc3c57253b8af4d5e7a0c7 (patch)
treec827d9cd0691bc843a4d15592c25fb1e1d4461b7 /tt-rss.css
parent3fb63f75a29afe5b40436049b4e84271fe77c7de (diff)
remove old-style debugging
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/tt-rss.css b/tt-rss.css
index ba7bbe575..7f798a53d 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;