Skip to content

Commit

Permalink
Fix some margins
Browse files Browse the repository at this point in the history
  • Loading branch information
LoonyPandora committed Aug 28, 2012
1 parent 3c6722a commit 35e8392
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions assets/css/style.css
Expand Up @@ -7,7 +7,7 @@ html, body {

body {
font-size: 16px;
padding: 20px;
padding: 20px 20px 10px 20px;
}

p {
Expand All @@ -28,7 +28,7 @@ h1 {

.blocks {
padding: 0;
margin: 0 auto;
margin: 0 auto 10px auto;
}

.blocks li,
Expand All @@ -39,6 +39,7 @@ h1 {
overflow: hidden;
list-style: none;
display: block;
position: relative;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
Expand All @@ -63,7 +64,15 @@ h1 {
text-align: center;
}

.gallery li.focused img {
.gallery li.unfocused {
width: 110px;
height: 110px;
float: right;
clear: both;
}


li img {
position: absolute;
top: 0;
right: 0;
Expand All @@ -74,13 +83,6 @@ h1 {
max-width: 100%;
}

.gallery li.unfocused {
width: 110px;
height: 110px;
float: right;
clear: both;
}



/* Fancy Selection Colours
Expand Down

0 comments on commit 35e8392

Please sign in to comment.