Skip to content

Commit

Permalink
update font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Tri Vuong committed Feb 9, 2012
1 parent 5258343 commit d74739d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions public/css/sh.css
Expand Up @@ -2,8 +2,7 @@ pre.sh_sourceCode {
color: #000;
max-width: 100%;
display: block;
font-size: 1.6em;
line-height: 1em;
line-height: 1.2em;
}
pre.sh_sourceCode .sh_keyword { color: #cf633e; font-weight: bold; } /* language keywords */
pre.sh_sourceCode .sh_type { color: darkgreen; } /* basic types */
Expand Down
2 changes: 1 addition & 1 deletion public/css/style.css
Expand Up @@ -31,7 +31,7 @@ body {
margin: 30px 0; }
.slide .content {
padding: 0 35px 30px;
font-size: 1.4em; }
font-size: 1.6em; }
.slide .content .caption {
background: #000;
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion public/css/style.scss
Expand Up @@ -39,7 +39,7 @@ body {

.content {
padding: 0 35px 30px;
font-size: 1.4em;
font-size: 1.6em;
.caption {
background:#000;
padding:10px;
Expand Down

0 comments on commit d74739d

Please sign in to comment.