summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/items.css35
1 files changed, 16 insertions, 19 deletions
diff --git a/css/items.css b/css/items.css
index 7f5307a32..7fc139f02 100644
--- a/css/items.css
+++ b/css/items.css
@@ -258,33 +258,24 @@
line-height: 21px;
}
- .feed_item .body pre,
- .feed_item .body blockquote {
+ .feed_item .body pre {
padding: 7px 7px 7px 14px;
background-color: #dadada;
border: 1px solid #ccc;
margin: 7px 0 14px 0;
- background-image: linear-gradient(top, rgb(215,215,215) 0%, rgb(220,220,220) 100%);
- background-image: -o-linear-gradient(top, rgb(215,215,215) 0%, rgb(220,220,220) 100%);
- background-image: -moz-linear-gradient(top, rgb(215,215,215) 0%, rgb(220,220,220) 100%);
- background-image: -webkit-linear-gradient(top, rgb(215,215,215) 0%, rgb(220,220,220) 100%);
- background-image: -ms-linear-gradient(top, rgb(215,215,215) 0%, rgb(220,220,220) 100%);
overflow-y: auto;
}
- .feed_item .body pre::-webkit-scrollbar,
- .feed_item .body blockquote::-webkit-scrollbar {
- height: 10px;
- }
+ .feed_item .body pre::-webkit-scrollbar {
+ height: 10px;
+ }
- .feed_item .body pre::-webkit-scrollbar-thumb,
- .feed_item .body blockquote::-webkit-scrollbar-thumb {
- background: #333;
- }
+ .feed_item .body pre::-webkit-scrollbar-thumb {
+ background: #333;
+ }
- .feed_item .body pre::-webkit-scrollbar-track-piece,
- .feed_item .body blockquote::-webkit-scrollbar-track-piece {
- background: #ddd;
- }
+ .feed_item .body pre::-webkit-scrollbar-track-piece {
+ background: #ddd;
+ }
.feed_item .body code,
.feed_item .body pre {
@@ -292,6 +283,12 @@
font-size: 16px;
}
+ .feed_item .body blockquote {
+ border-left: 1px solid rgb(220,220,220);
+ padding: 0 0 0 15px;
+ font-style: italic;
+ }
+
.feed_item .body > *:last-child {
margin-bottom: 0;
}