Browse Source

removed px from 0 settings

master
T. Meissner 11 years ago
parent
commit
5c75f5447c
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      css/style.css

+ 5
- 5
css/style.css View File

@ -43,7 +43,7 @@ span.cursive {
width: 960px; width: 960px;
margin: 15px auto; margin: 15px auto;
overflow: hidden; overflow: hidden;
box-shadow: 0px 0px 6px 2px #bbb;
box-shadow: 0 0 6px 2px #bbb;
} }
@ -130,7 +130,7 @@ span.cursive {
} }
#content p { #content p {
padding: 0.25em 0em;
padding: 0.25em 0;
} }
#content a { #content a {
@ -198,8 +198,8 @@ span.cursive {
#content-right div.active { #content-right div.active {
background-color: #eee; background-color: #eee;
border: solid 0px #eee;
box-shadow: 0px 0px 6px 2px #eee;
border: solid 0 #eee;
box-shadow: 0 0 6px 2px #eee;
} }
#img-gallery { #img-gallery {
@ -221,7 +221,7 @@ span.cursive {
float: left; float: left;
padding: 5px; padding: 5px;
margin: 0; margin: 0;
border: 0px solid #D9D9D9;
border: 0 solid #D9D9D9;
} }
#img-gallery img.gallery-small.gallery-left { #img-gallery img.gallery-small.gallery-left {


Loading…
Cancel
Save