Changes for page UX: Standards

Last modified by Ecaterina Moraru on 2013/11/13 16:30

From version Icon 47.1 Icon
edited by Ecaterina Valica
on 2009/07/29 14:44
Change comment: There is no comment for this version
To version Icon 52.1 Icon
edited by Ecaterina Valica
on 2009/07/29 14:46
Change comment: There is no comment for this version

Summary

Details

Icon XWiki.StyleSheetExtension[2]
Code
... ... @@ -1,9 +1,12 @@
1 1  hr {
2 --moz-background-clip:border;
3 --moz-background-inline-policy:continuous;
4 --moz-background-origin:padding;
5 5  background:transparent none repeat scroll 0 0;
6 6  border-color:#DDDDDD;
7 7  border-style:dotted none none;
8 8  border-width:1px 0 0;
9 9  }
7 +
8 +h6 {
9 +font-size:1em;
10 +font-weight:bold;
11 +color: #ddd;
12 +}