source:
trunk/web/app/out/dist/css/pages/edito.css
@
10
Last change on this file since 10 was 6, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 281 bytes |
Rev | Line | |
---|---|---|
[6] | 1 | @import url("../style.css"); |
2 | ||
3 | #left | |
4 | { float: left; | |
5 | width: 540px; | |
6 | padding: 5px; | |
7 | } | |
8 | ||
9 | #right | |
10 | { float: left; | |
11 | width: 440px; | |
12 | padding: 5px; | |
13 | } | |
14 | ||
15 | #bottom_left | |
16 | { float: left; | |
17 | width: 163px; | |
18 | padding: 0 5px 0 0; | |
19 | } | |
20 | ||
21 | #bottom_right | |
22 | { float: left; | |
23 | width: 265px; | |
24 | padding: 0 0 0 5px; | |
25 | } |
Note: See TracBrowser
for help on using the repository browser.