summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-02 14:34:17 +0400
committerAndrew Dolgov <[email protected]>2013-04-02 14:34:17 +0400
commitc88e4a2af317d5b1dfa60e639df9336a72fe879a (patch)
tree0d799e53592bd10a93867749c815cc33a860f933 /cdm.css
parent96e3ae8ccebf144880844475b9bbac51ec5cb135 (diff)
remove small_article_preview
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/cdm.css b/cdm.css
index 13f88dd4e..9893f43fc 100644
--- a/cdm.css
+++ b/cdm.css
@@ -192,23 +192,4 @@ div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
font-size : 13px;
}
-div#small_article_preview {
- width : 300px;
- max-height : 350px;
- overflow : hidden;
- border : 1px solid #c0c0c0;
- background : white;
- position : absolute;
- box-shadow : 2px 2px 4px #c0c0c0;
- z-index : 2;
-}
-div#small_article_preview div.content {
- padding : 5px;
- font-size : 12px;
- color : gray;
-}
-
-div#small_article_preview div.content img {
- max-width : 290px;
-}