- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Nov 2011 16:41:28 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv20847
Modified Files:
Overview.html Overview.src.html alternate-spec-style.css
Log Message:
Fixed issue with issue markers style
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.html 28 Nov 2011 16:26:02 -0000 1.32
+++ Overview.html 28 Nov 2011 16:41:26 -0000 1.33
@@ -35,22 +35,27 @@
opacity: 1;
color: #46A4E9;
}
+
+ .issue.resolved, .issue.stale, .issue.moved {
+ display: none;
+ }
+
+
+ #region-style-example p, #region-style-example pre {
+ clear: both;
+ }
- div.issue-marker {
- color: red;
- margin: 1em 0;
- font-weight: normal;
- padding: .5em;
- border-left: .5em solid #E05252;
- background: #FBE9E9;
+ #region_styling_illustration {
+ margin: 0px auto;
+ width: 70ex;
}
- div.issue-marker a {
- color: red;
+ #default-fragment-shader:before {
+ content: "Default fragment shader";
}
-
- .issue.resolved, .issue.stale, .issue.moved {
- display: none;
+
+ #default-vertex-shader:before {
+ content: "Default vertex shader";
}
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
Index: alternate-spec-style.css
===================================================================
RCS file: /sources/public/csswg/css3-regions/alternate-spec-style.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- alternate-spec-style.css 28 Nov 2011 16:26:02 -0000 1.14
+++ alternate-spec-style.css 28 Nov 2011 16:41:26 -0000 1.15
@@ -358,4 +358,17 @@
img[alt='W3C'] {
display: none;
-}
\ No newline at end of file
+}
+
+
+
+.issue-marker {
+ position: absolute;
+ width: 20ex;
+ margin-left: -22ex;
+ text-align: right;
+ }
+
+.issue-marker a {
+ color: #c00;
+ }
\ No newline at end of file
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Overview.src.html 28 Nov 2011 16:26:02 -0000 1.37
+++ Overview.src.html 28 Nov 2011 16:41:26 -0000 1.38
@@ -38,25 +38,31 @@
opacity: 1;
color: #46A4E9;
}
+
+ .issue.resolved, .issue.stale, .issue.moved {
+ display: none;
+ }
+
+
+ #region-style-example p, #region-style-example pre {
+ clear: both;
+ }
- div.issue-marker {
- color: red;
- margin: 1em 0;
- font-weight: normal;
- padding: .5em;
- border-left: .5em solid #E05252;
- background: #FBE9E9;
+ #region_styling_illustration {
+ margin: 0px auto;
+ width: 70ex;
}
- div.issue-marker a {
- color: red;
+ #default-fragment-shader:before {
+ content: "Default fragment shader";
}
-
- .issue.resolved, .issue.stale, .issue.moved {
- display: none;
+
+ #default-vertex-shader:before {
+ content: "Default vertex shader";
}
</style>
- <link rel="stylesheet" type="text/css"
+
+ <link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
<link id="st" href="alternate-spec-style.css" rel="stylesheet"
Received on Monday, 28 November 2011 16:41:30 UTC