Moxie
2015-11-23 67834872ddd5630b9c30c53c2972f5dcbf3dd5aa
commit | author | age
48fe87 1 h1 > a.sectionlink, h2 > a.sectionlink, h3 > a.sectionlink,
M 2 h4 > a.sectionlink, h5 > a.sectionlink, h6 > a.sectionlink {
3     margin-left:-20px;
4     padding-right: 3px;
5     color: inherit;
6     font-decoration: none;
7 }
8 h1 > a.sectionlink > i, h2 > a.sectionlink > i, h3 > a.sectionlink > i,
9 h4 > a.sectionlink > i, h5 > a.sectionlink > i, h6 > a.sectionlink > i { 
10     visibility: hidden;
11     font-size: inherit;
12     vertical-align: middle;
13 }
14 h1.section:hover > a.sectionlink > i, h2.section:hover > a.sectionlink > i,
15 h3.section:hover > a.sectionlink > i, h4.section:hover > a.sectionlink > i,
16 h5.section:hover > a.sectionlink > i, h6.section:hover > a.sectionlink > i {
17     visibility: visible;
18     font-decoration: none;
19 }
20 pre.prettyprint { overflow: hidden; }
21 a:focus { outline: none; }
22 table {    font-size: inherit; }
23
24 h1.section:before, h2.section:before, h3.section:before,
25 h4.section:before, h5.section:before, h6.section:before {
26     display:block; 
27     content:""; 
28     height: (@navbarHeight + 15); 
29     margin: (@navbarHeight + 15)*-1 0 0; 
30 }