To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / structure.css

History | View | Annotate | Download (156 Bytes)

1
/* structure.css
2
 * Define the structure for classes and objects in HTML
3
 */
4

    
5
div.title {
6
        width = 100%;
7
        height = 50px;
8
        margin-bottom: 10px;
9
}
10

    
11
body {
12

    
13
}