We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cbdbb commit be970b8Copy full SHA for be970b8
2 files changed
javascripts/style-helpers.js
@@ -1,4 +1,6 @@
1
$(document).ready(function () {
2
// Make <dl>s more visually separated
3
$('dl').addClass('dl-horizontal');
4
-})
+ $('#markdown-toc').wrap('<div class="well pull-right" />');
5
+ $('#markdown-toc').addClass('list-unstyled');
6
+})
stylesheets/bootstrap-extensions.css
@@ -103,10 +103,6 @@ h1.panel-title {
103
height: 25px;
104
}
105
106
-#markdown-toc {
107
- display: none;
108
-}
109
-
110
.alert span.glyphicon {
111
margin-right: 8px;
112
@@ -128,11 +124,11 @@ h1.panel-title {
128
124
max-width: 350px;
129
125
130
126
131
-.inline-screenshot.pull-right {
127
+.pull-right {
132
margin-left: 20px;
133
134
135
-.inline-screenshot.pull-left {
+.pull-left {
136
margin-right: 20px;
137
138
0 commit comments