summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorHeiko Adams <[email protected]>2013-04-02 13:38:42 +0200
committerHeiko Adams <[email protected]>2013-04-02 13:38:42 +0200
commit127585a05cba0f9d5d79ed5cf83394f04a7138d4 (patch)
treeda04bcc463b90efa34c6763bd3fc7399a9dcff90 /cdm.css
parent58f42816c56a8ea82f1fabe1ba83794005f1c7d6 (diff)
parent4b7726f0b44db36ad12c0a0918a9129c8cbb1caa (diff)
Merge branch 'master' of https://github.com/HeikoAdams/Tiny-Tiny-RSS
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;
-}