summaryrefslogtreecommitdiff
path: root/blueprint-layouts/layout1.html
diff options
context:
space:
mode:
Diffstat (limited to 'blueprint-layouts/layout1.html')
-rw-r--r--blueprint-layouts/layout1.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/blueprint-layouts/layout1.html b/blueprint-layouts/layout1.html
index 25507b1..85dcc90 100644
--- a/blueprint-layouts/layout1.html
+++ b/blueprint-layouts/layout1.html
@@ -7,14 +7,28 @@
<!--[if lt IE 8]><link rel="stylesheet" href="ie.css" type="text/css" media="screen, projection"><![endif]-->
<style>
.top-margin { margin-top: 20px; }
- div.box { background-color: #ddd; height: 100px; padding: 10px;}
+ div.bg { background-color: #ddd; }
+ div.box { height: 100px; }
+ div.pad { padding: 10px; }
+ ul.h { list-style: none; }
+ ul.h li { display: inline; padding-right: 5px; }
</style>
</head>
<body>
<div class="container top-margin">
- <div id="title" class="box span-24 last">
+
+ <div id="title" class="bg box pad span-24 last">
<h1>Title</h1>
</div>
+
+ <div id="topmenu" class="bg pad span-24 last">
+ <ul class="h">
+ <li>Foo</li>
+ <li>Foo</li>
+ <li>Foo</li>
+ </ul>
+ </div>
+
</div>
</body>
</html>