- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Nov 2011 12:37:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv14634
Modified Files:
Overview.src.html
Log Message:
Moved issue-marker a bit. It was too far to the left and therefore
only partly visible.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Overview.src.html 24 Nov 2011 20:12:56 -0000 1.34
+++ Overview.src.html 28 Nov 2011 12:37:56 -0000 1.35
@@ -38,13 +38,9 @@
div.issue-marker {
position: absolute;
- width: 20ex;
- margin-left: -26ex;
- padding-left: 1em;
- padding: 5px;
+ left: 2px;
+ padding: 2px;
font-weight: normal;
- font-size: 11px;
- text-align: right;
background-color: white;
font-size: 90%;
}
Received on Monday, 28 November 2011 12:38:05 UTC