X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=static%2Fdeadfoxjunction%2Fcss%2Fcommon.css;h=d391c37720acb9f18ea67a5879b50e728adb01c8;hb=d7e54511f0b549e56a53df6f7c12f865b007837d;hp=ed1d1d025767c15292bed02a14713603025a7de6;hpb=df4ecb86bc5e18ba9ac10f57a4fc0572402ebda7;p=matthijs%2Fprojects%2Fwipi.git diff --git a/static/deadfoxjunction/css/common.css b/static/deadfoxjunction/css/common.css index ed1d1d0..d391c37 100644 --- a/static/deadfoxjunction/css/common.css +++ b/static/deadfoxjunction/css/common.css @@ -192,12 +192,15 @@ strong.highlight .recentchanges td { vertical-align: top; border: none; - border-bottom: 1pt solid #E6EAF0; - background: #F2F4F7; +} + +.recentchanges td.rccomment { + border: none; + border-bottom: 1pt solid #824900; } .rcdaybreak td { - background: #B8C5D9; + background: #633500; border: none; } @@ -225,7 +228,6 @@ strong.highlight .rccomment { width: 50%; - color: gray; font-size: 0.88em; } @@ -432,3 +434,8 @@ TD.tip { /* end MonthCalendar stuff */ + +/* Give portrait pictures a bit of a margin */ +.Portret img { + margin: 10px; +}