diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-14 00:05:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-14 18:36:47 +0200 |
commit | b476c9caf91f94b8448dfce6565662d7d8a95156 (patch) | |
tree | 98770b954e3d6e8f5f0fb4aa22bc93b624684c7c /data/home.html | |
parent | Search Engine, first draft (diff) | |
download | rekonq-b476c9caf91f94b8448dfce6565662d7d8a95156.tar.xz |
Fixing a bit examples, positions, links and so on..
Diffstat (limited to 'data/home.html')
-rw-r--r-- | data/home.html | 44 |
1 files changed, 28 insertions, 16 deletions
diff --git a/data/home.html b/data/home.html index 43e1b452..3b48b0eb 100644 --- a/data/home.html +++ b/data/home.html @@ -20,6 +20,7 @@ font-size: 100%; #header{ text-align:right; padding: 10px; +margin:5px; } /* ------------------------------------------------------- */ @@ -28,18 +29,27 @@ h1{ color: #00f; } -.float { - float: right; - width: 30%; - background-color: orange; - border-width: 2px; - border-style: solid; - border-color: black; - padding: 10px; - margin: 8px; - font-weight: bold; - color: white; - clear: right; +#float { +float: right; +width: 30%; +clear: right; +} + +.block { +background-color: orange; +border-width: 2px; +border-style: solid; +border-color: black; +padding: 10px; +margin:15px; +font-weight: bold; +color: white; +clear: right; +} + +#left{ +width:70%; +margin-right:30%; } .thumbnail @@ -47,7 +57,7 @@ color: #00f; text-align: center; float:left; width:230px; -margin:0 10px 10px 10px; +margin:15px; } </style> @@ -62,9 +72,11 @@ margin:0 10px 10px 10px; </div> -<div class="float">%1</div> -<div class="float">%2</div> -<div>%3</div> +<div id="float"> +<div class="block">%1</div> +<div class="block">%2</div> +</div> +<div id="left">%3</div> </body> </html> |