Skip to content

Commit

Permalink
em on markup and proper title
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed May 12, 2012
1 parent 9d07e29 commit ef5fc16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: 'Microsite Sandbox'
title: 'Examples | Modest Maps'
auto: true
server: true
markdown: rdiscount
Expand Down
4 changes: 3 additions & 1 deletion _includes/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ ul {
}

strong { font-weight: bold; }
em { font-style: italic; }
small { font-size: 11px; }

/* Input and Forms */
Expand Down Expand Up @@ -424,6 +423,9 @@ small.tags {
font-weight: bold;
color: #FE5741;
}
#markdown em {
font-style: italic;
}

/* -------------------------------------------------------
* Pretty syntax highlighting
Expand Down

0 comments on commit ef5fc16

Please sign in to comment.