Commit af76cec9b0bc3b3331320fd1af43731a706f0b83

style updated
  
99
1010label
1111 display: block
12ul
13 list-style: none
1214li
1315 margin-bottom: 10px
1416
15=for-reading
16 +font-size(16px)
17 font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif
18
1917=normal-pa
2018 p
2119 a
3636
3737#Header
3838 +column
39
4039 .title
4140 +column(400px)
4241 height: 50px
4342 padding: 20px 0 10px 0
4443 h1
4544 display: inline
46
4745 .account
4846 +column(575px,last)
4947 text-align: right
5050
5151#Main
5252 +column
53
5453 .content
5554 +column(430px)
5655 padding-right: 60px
5858 h2
5959 display: inline
6060 +font-size(20px)
61
6261 .post,
6362 .page
64 +for-reading
6563 +normal-ul
6664 +normal-pa
6765 textarea
6866 width: 100%
6967 margin-bottom: 40px
70
71
68 h1
69 +font-size(20px)
70 font-weight: bold
7271 .title
7372 margin-bottom: 20px
7473 h1
75 +font-size(25px)
74 +font-size(10px)
7675 .new_comment
7776 textarea
7877 height: 10em
79
8078 .edit_page
8179 textarea
8280 height: 30em
8381 width: 400px
84 +font-size(18px)
82 +font-size(1px)
8583 overflow-y: scroll
86
8784 .datum p
8885 text-align: right
8986 +font-size(12px)
90
9187 .settings
9288
9389 #comments
101101 +column(250px)
102102 padding-right: 20px
103103 h5
104 margin-bottom: 10px
104105 img
105106 margin: 0 0 0 4px
107 li
108 list-style: disc inside
106109
107110 .navigation
108111 +column(200px,last)
119119 margin-top: 20px
120120
121121.wym_iframe
122 +for-reading
123122 +normal-ul
  
3838 %br
3939 .subnavi
4040 %h5
41 = link_to('Recent Post '+(image_tag 'feed-icon-14x14.png', :alt => 'Posts feed', :title => 'Subscribe to my feed'), formatted_posts_url(:atom), :title => 'Subscribe to my feed')
41 = link_to('Recent posts '+(image_tag 'feed-icon-14x14.png', :alt => 'Posts feed', :title => 'Subscribe to my feed'), formatted_posts_url(:atom), :title => 'Subscribe to my feed')
4242 %ul
4343 - Post.latest.each do |post|
4444 %li= link_to h(post.title), post_path(post)
  
2121
2222label { display: block; }
2323
24ul { list-style: none; }
25
2426li { margin-bottom: 10px; }
2527
2628#Header { float: left; margin-right: 0px; width: 975px; }
3535#Main .content { float: left; margin-right: 10px; width: 420px; padding-right: 60px; }
3636#Main .content h1 { display: inline; }
3737#Main .content h2 { display: inline; font-size: 153.846%; }
38#Main .content .post, #Main .content .page { font-size: 123.077%; font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; margin-bottom: 40px; }
38#Main .content .post, #Main .content .page { margin-bottom: 40px; }
3939#Main .content .post ol, #Main .content .post ul, #Main .content .post dl, #Main .content .page ol, #Main .content .page ul, #Main .content .page dl { margin-left: 2em; }
4040#Main .content .post ul li, #Main .content .page ul li { list-style: disc outside; }
4141#Main .content .post p a, #Main .content .page p a { text-decoration: underline; }
4242#Main .content .post textarea, #Main .content .page textarea { width: 100%; }
43#Main .content .post h1, #Main .content .page h1 { font-size: 153.846%; font-weight: bold; }
4344#Main .content .title { margin-bottom: 20px; }
44#Main .content .title h1 { font-size: 192.308%; }
45#Main .content .title h1 { font-size: 76.923%; }
4546#Main .content .new_comment textarea { height: 10em; }
46#Main .content .edit_page textarea { height: 30em; width: 400px; font-size: 138.462%; overflow-y: scroll; }
47#Main .content .edit_page textarea { height: 30em; width: 400px; font-size: 7.692%; overflow-y: scroll; }
4748#Main .content .datum p { text-align: right; font-size: 92.308%; }
4849#Main .content #comments h2 { font-size: 138.462%; }
4950#Main .content #comments .datetime { font-size: 61.538%; text-align: right; }
5051#Main .content .openid_identifier { background: url(../images/login-bg.gif) no-repeat; background-color: #fff; backgroung-position: 0 50%; color: #000; padding-left: 18px; width: 150px; width: 200px; }
5152#Main .subnavi { float: left; margin-right: 10px; width: 240px; padding-right: 20px; }
53#Main .subnavi h5 { margin-bottom: 10px; }
5254#Main .subnavi h5 img { margin: 0 0 0 4px; }
55#Main .subnavi li { list-style: disc inside; }
5356#Main .navigation { float: left; margin-right: 0px; width: 200px; }
5457#Main .navigation ul { margin: 0; }
5558
5659#Footer { float: left; margin-right: 0px; width: 975px; border-top: 1px solid; padding: 8px 0 18px 0; margin-top: 20px; }
5760
58.wym_iframe { font-size: 123.077%; font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; }
5961.wym_iframe ol, .wym_iframe ul, .wym_iframe dl { margin-left: 2em; }
6062.wym_iframe ul li { list-style: disc outside; }