Skip to content

Commit

Permalink
Edit CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Mar 17, 2010
1 parent ad6f979 commit 7e7cb5a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions lib/easy_doc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ def layout
<head>
<title><%= title %></title>
<style type="text/css">
body {
font-family: sans-serif;
font-size: 18px;
}
h1 { font-size: 28px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 17px; }
.header {
padding-bottom: 10px;
border-bottom: 1px solid gray;
Expand All @@ -77,11 +89,11 @@ def layout
.lang_bar {
text-align: right;
text-size: 11px;
font-size: 13px;
}
.title {
text-size: 24px;
font-size: 24px;
margin-top: 5px;
}
</style>
Expand All @@ -92,7 +104,7 @@ def layout
<div class="lang_bar">
<%= lang_bar %>
</div>
<span class="title"><%= title %></span>
<!--<div class="title"><%= title %></div>-->
</div>
<div class="doc_body">
<%= body %>
Expand Down

0 comments on commit 7e7cb5a

Please sign in to comment.