- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Mar 2011 12:38:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv11575
Modified Files:
style.css
Log Message:
got rid of annoying before style artifact
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- style.css 2 Mar 2011 11:12:23 -0000 1.40
+++ style.css 2 Mar 2011 12:38:07 -0000 1.41
@@ -9,7 +9,7 @@
background: #ffa;
color: #556b2f;
outline-offset: 4px;
- outline: solid green;
+ outline:1px solid green;
}
/* this is for the first paragraph that we add to the Abstract;
* that paragraph is specific to the author view (it's not in the
@@ -123,12 +123,15 @@
a:link, a:visited { color: #366; text-decoration: none; }
-
+.element:before {
+ display:none !important;
+ }
+
/* added link change on focus same as hover (couldn't find where hover was specified) */
a:focus, a:active{background-color:#FFFFAA; color:#366; }
/* change color from #366 to #1C3838 */
-a:visited { color: #1C3838; }
+a:visited { color: #dc143c; }
/* added link color and added link change on focus same as hover (couldn't find where hover was specified) */
p.strong-note a {color: #ffffff;}
Received on Wednesday, 2 March 2011 12:38:11 UTC