git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / imports / before.css
1 *:before
2 {
3 border-style: solid !important;
4 border-width: 1px !important;
5 font-family: sans-serif !important;
6 font-size: 10px !important;
7 font-style: normal !important;
8 font-variant: normal !important;
9 font-weight: normal !important;
10 letter-spacing: 0 !important;
11 margin: 0 1px 0 0 !important;
12 padding: 1px !important;
13 text-align: left !important;
14 text-decoration: none !important;
15 text-transform: none !important;
16 z-index: 1 !important;
17 }
18
19 *[class^=webdeveloper-] *:before, *[class^=webdeveloper-]:before, *[id^=webdeveloper-] *:before, *[id^=webdeveloper-]:before
20 {
21 display: none !important;
22 }