Skip to content
Snippets Groups Projects
Commit 17fdd4e1 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

tweak utility/zoom main content css

parent f80c5326
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ div.content { ...@@ -19,6 +19,7 @@ div.content {
background : white; background : white;
border : 1px solid #ddd; border : 1px solid #ddd;
padding : 10px; padding : 10px;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
} }
p.warning { p.warning {
......
...@@ -55,6 +55,7 @@ body#ttrssZoom div.postHeader { ...@@ -55,6 +55,7 @@ body#ttrssZoom div.postHeader {
body#ttrssZoom div.postReply { body#ttrssZoom div.postReply {
border : 1px solid #ddd; border : 1px solid #ddd;
background : white; background : white;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
} }
body#ttrssZoom div.footer { body#ttrssZoom div.footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment