Skip to content

Commit 177c546

Browse files
committed
demos: adjusted font size for demo notes
1 parent 76ab85a commit 177c546

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

demos/demos.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,11 @@ eventually we should convert the font sizes to ems -- using px for now to minimi
144144
#demo-config-menu li.demo-config-on a:hover,
145145
#demo-config-menu li.demo-config-on a:active { background: url(images/demo-config-on.gif) no-repeat left; padding-left:18px; color:#fff; border:0; margin-left:-10px; }
146146

147-
#demo-source, #demo-notes { clear:both; padding:20px 0 0; }
147+
#demo-source, #demo-notes {
148+
clear: both;
149+
padding: 20px 0 0;
150+
font-size: 1.3em;
151+
}
148152

149153
#demo-notes { width:520px; color:#333; }
150154
#demo-notes code { padding-left:20px; }
@@ -172,6 +176,6 @@ div.demo {
172176
div.demo-description {
173177
padding:12px;
174178
font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
175-
font-size: 1.2em;
179+
font-size: 1.3em;
176180
line-height: 1.4em;
177181
}

0 commit comments

Comments
 (0)