git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / outline_headings_before.css
1 @import url("imports/before.css");
2
3 h1:before
4 {
5 content: "<h1>" !important;
6 }
7
8 h2:before
9 {
10 content: "<h2>" !important;
11 }
12
13 h3:before
14 {
15 content: "<h3>" !important;
16 }
17
18 h4:before
19 {
20 content: "<h4>" !important;
21 }
22
23 h5:before
24 {
25 content: "<h5>" !important;
26 }
27
28 h6:before
29 {
30 content: "<h6>" !important;
31 }