Updates. Social grid is still borked. No idea why

This commit is contained in:
Arona Jones
2015-09-25 22:30:25 +01:00
parent 870bc49c10
commit 886f482403
2 changed files with 52 additions and 41 deletions

View File

@@ -1,34 +1,43 @@
.icon {
width: 40px;
width: 50px;
}
.center {
margin-left: auto;
margin-right: auto;
}
#background {
background-image: url("/images/art/back.jpeg");
background-attachment: fixed;
}
#backgroundtwo {
background-image: url("/images/art/back2.jpg");
background-attachment: fixed;
background-repeat: repeat;
}
#backgroundthree {
background-image: radial-gradient(circle, #E6E1C7, #D64B12);
}
.shadow {
box-shadow: 10px 10px 10px #1C1C1C;
}
.rounded {
border-radius: 3px;
}
.padded {
padding: 20px;
}
.bordered {
border: 2px solid #000;
}
.photothumb {
width: 180px;
height: 140px;