summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlanksøgård <bsg@coreander.jones.dk>2007-11-10 19:25:44 +0100
committerBlanksøgård <bsg@coreander.jones.dk>2007-11-10 19:25:44 +0100
commit8fd4e16c789b1c618eaaa494bdf8a67829f643b5 (patch)
treea57f676daa099a42cbd6a0828863f3fd16bc34bc
parente7d3ed2ab41c57ea3228703e2afd4aba386ffb5c (diff)
Udseende: Menu længere ud til siden, og (også) mere luft mellem den og brødteksten.
-rw-r--r--index.mdwn1
-rw-r--r--local.css9
2 files changed, 4 insertions, 6 deletions
diff --git a/index.mdwn b/index.mdwn
index cad1606..987f11d 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -1,6 +1,5 @@
[[FIXME]]:
- * menuen støder sammen med brødteksten (siri+jonas)
* skriv denne side (søren)
* billede (siri)
* tjeck at [[produktion/Kød]] hører under [[Produktion]] frem for under [[Produkter]] (søren) \ No newline at end of file
diff --git a/local.css b/local.css
index ef0830e..272f466 100644
--- a/local.css
+++ b/local.css
@@ -45,7 +45,7 @@ DIV.header A {
DIV#sidebar {
float: left;
margin-top: 6em;
- margin-left: 5%;
+ margin-left: 2%;
width: 16%;
padding: 0px;
color: Black;
@@ -65,7 +65,7 @@ DIV#sidebar UL LI SPAN.selflink {
color: #c03;
}
DIV#sidebar UL UL LI {
- margin-left: 15%;
+ margin-left: 10%;
}
DIV#sidebar A {
text-decoration: none;
@@ -73,10 +73,9 @@ DIV#sidebar A {
DIV#content {
float: right;
- width: 70%;
+ width: 65%;
line-height: 3ex;
- margin-top: 2em;
- margin-right: 8%;
+ margin: 2em 8% 0 0;
}
BLOCKQUOTE {