comparison structure.css @ 1088:3705f68a38b7

The version I use and works, addresses issues #1622, #1616, partially #1620
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 22 Feb 2016 04:17:19 +0000
parents
children 375410a5571d
comparison
equal deleted inserted replaced
-1:000000000000 1088:3705f68a38b7
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 }