Skip to content

Commit b6912be

Browse files
committed
Demos: Reduced code font size, added right margin on quicklinks
1 parent 4e03243 commit b6912be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/demos/_assets/css/jqm-demos.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ body, .jqm-demos {
111111
line-height: 135%;
112112
margin-top: -.5em;
113113
margin-bottom: .5em;
114-
padding-bottom: 2.2em;
114+
padding-bottom: 2.6em;
115115
color: #555;
116116
border-bottom-width: 1px;
117117
border-bottom-style: solid;
@@ -166,6 +166,7 @@ body, .jqm-demos {
166166
.jqm-content pre > code {
167167
padding: 0;
168168
background: none;
169+
font-size:.8em;
169170
}
170171

171172
/* Buttons */
@@ -198,6 +199,7 @@ body, .jqm-demos {
198199
font-size: 0.8em;
199200
margin-top: .8em;
200201
margin-bottom: 1em;
202+
margin-right:.6em;
201203
text-decoration: none;
202204
float:right;
203205
}
@@ -217,10 +219,11 @@ body, .jqm-demos {
217219
margin-left: 10px;
218220
}
219221
.jqm-content a.jqm-open-quicklink-panel {
220-
margin-top:-3.2em;
222+
margin-top:-3.3em;
221223
}
222224

223225

226+
224227
/* Demo view source */
225228
.jqm-content div[data-demo-html="true"] {
226229
border-top: 1px solid rgba(0,0,0,.08);

0 commit comments

Comments
 (0)