- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Nov 2011 13:03:17 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv17359
Modified Files:
Overview.src.html
Log Message:
Issue marker still overlapped the status logo, so switched to using
the style from css-module instead (i.e., the style used for examples
and property definitions).
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Overview.src.html 28 Nov 2011 12:37:56 -0000 1.35
+++ Overview.src.html 28 Nov 2011 13:03:14 -0000 1.36
@@ -37,12 +37,12 @@
}
div.issue-marker {
- position: absolute;
- left: 2px;
- padding: 2px;
+ color: red;
+ margin: 1em 0;
font-weight: normal;
- background-color: white;
- font-size: 90%;
+ padding: .5em;
+ border-left: .5em solid #E05252;
+ background: #FBE9E9;
}
div.issue-marker a {
Received on Monday, 28 November 2011 13:03:21 UTC