search implementation completed; video ordering feature when browsing by category...
[living-lab-site.git] / css / default.css
index 7f7507e..2c0b2fe 100644 (file)
@@ -3,7 +3,7 @@ body
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 75%;
-       background: white url('/devel/img/bg.png') repeat-x left 88px;
+       background: white url('/img/bg.png') repeat-x left 88px;
 }
 
 a:link
@@ -38,6 +38,13 @@ h1
        margin-top: 8px;
        margin-bottom: 8px;
 }
+.container-install-in-widget
+{
+       width: 320px;
+       margin: 0 auto;
+       margin-top: 8px;
+       margin-bottom: 8px;
+}
 
 #nav-menu
 {/*
@@ -134,7 +141,7 @@ h1
        width: 100%;*/
        /* padding: 12px; */
        margin: 0 auto;
-       width: 1024px;
+       width: 1056px;
        text-align: justify;
 }
 
@@ -146,7 +153,7 @@ h1
        text-align: left;
        padding: 0px 0px 0px 8px;
        margin: 8px 0px 8px 0px;
-       background: url(/devel/img/header.png) top repeat-x;
+       background: url(/img/header.png) top repeat-x;
        outline: 1px outset rgb(108,162,222);
        clear: both;
 }
@@ -169,6 +176,12 @@ h1
 #main dt
 {
        font-weight: bold;
+       margin-top: 1em;
+       margin-bottom: 0.5em;
+}
+#main dd
+{
+       margin-left: 64px;
 }
 
 #content
@@ -201,4 +214,6 @@ h1
 .pagination
 {
        clear: both;
+       word-spacing: 0.5em;
+       margin-bottom: 0.5em;
 }