File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11$ ( document ) . ready ( function ( ) {
22 // Make <dl>s more visually separated
33 $ ( 'dl' ) . addClass ( 'dl-horizontal' ) ;
4- } )
4+ $ ( '#markdown-toc' ) . wrap ( '<div class="well pull-right" />' ) ;
5+ $ ( '#markdown-toc' ) . addClass ( 'list-unstyled' ) ;
6+ } )
Original file line number Diff line number Diff line change @@ -103,10 +103,6 @@ h1.panel-title {
103103 height : 25px ;
104104}
105105
106- # markdown-toc {
107- display : none;
108- }
109-
110106.alert span .glyphicon {
111107 margin-right : 8px ;
112108}
@@ -128,11 +124,11 @@ h1.panel-title {
128124 max-width : 350px ;
129125}
130126
131- .inline-screenshot . pull-right {
127+ .pull-right {
132128 margin-left : 20px ;
133129}
134130
135- .inline-screenshot . pull-left {
131+ .pull-left {
136132 margin-right : 20px ;
137133}
138134
You can’t perform that action at this time.
0 commit comments