summaryrefslogtreecommitdiff
path: root/blueprint-layouts/layout1.html
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-04-01 18:29:50 +0300
committerYuval Adam <yuv.adm@gmail.com>2011-04-01 18:29:50 +0300
commit2cea3a5e474530ff9bf41bbe2c77d66a31cf186a (patch)
tree30025b79753db26607502243ed43929406dc8d12 /blueprint-layouts/layout1.html
parentad8d72d065e2e2503b5d154738ac2d79cd23f720 (diff)
removed padding and backgrounds
Diffstat (limited to 'blueprint-layouts/layout1.html')
-rw-r--r--blueprint-layouts/layout1.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/blueprint-layouts/layout1.html b/blueprint-layouts/layout1.html
index 62ff7f6..d0a8565 100644
--- a/blueprint-layouts/layout1.html
+++ b/blueprint-layouts/layout1.html
@@ -8,7 +8,7 @@
<style>
.top-margin { margin-top: 20px; }
div.bg { background-color: #eee; margin-bottom: 20px; }
- div.pad { padding: 10px; }
+ div.pad { padding: 0px; }
ul.h { list-style: none; padding-left: 0px; }
ul.h li { display: inline; padding-right: 5px; }
</style>
@@ -16,10 +16,12 @@
<body>
<div class="container top-margin">
- <div id="title" class="bg span-24">
- <div class="pad"><h1>Title</h1></div>
+ <div id="title" class="span-24">
+ <div class="pad"><h1>Lorem Ipsum</h1></div>
</div>
+ <hr>
+
<div class="span-8">
<div class="pad">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
@@ -35,19 +37,19 @@
</div>
</div>
- <div class="bg span-6">
+ <div class="span-6">
<div class="pad"><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
- <div class="bg span-6">
+ <div class="span-6">
<div class="pad"><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
- <div class="bg span-6">
+ <div class="span-6">
<div class="pad"><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</p>
</div>
</div>
- <div class="bg span-6 last">
+ <div class="span-6 last">
<div class="pad"><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
</div>
</div>