File tree 2 files changed +9
-5
lines changed
public/stylesheets/refinery
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 50
50
if section[:title]
51
51
section[:html] = "<h1 id='#{dom_id}'>#{section[:html]}</h1>"
52
52
else
53
- section[:html] = "<section id='#{dom_id}'>#{section[:html]}</section>"
53
+ section[:html] = "<section id='#{dom_id}'><div class='inner'> #{section[:html]}</div> </section>"
54
54
end
55
55
else
56
56
css << "no_#{dom_id}"
Original file line number Diff line number Diff line change 7
7
}
8
8
# body_content_left {
9
9
float : left;
10
- width : 590px ;
11
- padding-right : 10px ;
10
+ width : 600px ;
12
11
}
13
12
# body_content_right {
14
13
float : right;
15
- padding-left : 10px ;
16
- width : 390px ;
14
+ width : 400px ;
17
15
}
16
+ # body_content_left .inner {
17
+ padding-right : 10px ;
18
+ }
19
+ # body_content_right .inner {
20
+ padding-left : 10px ;
21
+ }
18
22
# body_content .no_body_content_left # body_content_right ,
19
23
# body_content .no_body_content_right # body_content_left {
20
24
width : 100% ;
You can’t perform that action at this time.
0 commit comments