Mercurial > hg > agora
changeset 146:6573617409e2
Add top margin to #diff on snippet view page
(To align it with the sidebar)
author | dellsystem <ilostwaldo@gmail.com> |
---|---|
date | Sun, 14 Oct 2012 16:24:14 -0400 |
parents | ee999b9f33f5 |
children | 801bb49f3170 |
files | static/css/agora.css static/css/agora.less |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/static/css/agora.css +++ b/static/css/agora.css @@ -41,7 +41,7 @@ hr{border:0;border-top:1px solid #aaaaaa;margin:5px 0;} #snippet-history{overflow-x:auto;}#snippet-history ul{white-space:nowrap;padding:0;list-style-type:none;} #snippet-history >ul{margin-left:0;} -#diff{display:none;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;}#diff .code{white-space:pre-wrap;} +#diff{margin-top:10px;display:none;border:1px solid #e6e6e6;padding:10px;background:#fbfbfb;}#diff .code{white-space:pre-wrap;} #diff .gi{background:#DFD;} #diff .gu{color:#aaaaaa;} #diff .gd{background:#FDD;}