little layout fixes

This commit is contained in:
Open-Steps.org 2015-03-04 13:07:55 +01:00
parent a545ab39b0
commit ef6c4dc324
5 changed files with 38 additions and 19 deletions

View file

@ -1,6 +1,5 @@
/*blue 2098d1
lila 9775af*/
body {
color: #fff;
font-family: 'Abel', sans-serif;
@ -17,6 +16,15 @@ a:hover {
color: #9775af;
cursor: pointer;
}
.small-text{
font-size: 10px;
}
.left{
float:left;
}
.right{
float:right;
}
.top-button {
display: none;
float: right;
@ -86,7 +94,7 @@ a:hover {
}
.upcoming-media {
width: 100px;
height: 60px;
height: 80px;
float: left;
margin-right: 10px;
margin-left: 4px;
@ -94,6 +102,9 @@ a:hover {
.upcoming-media img {
width:100%;
}
.upcoming-detail p{
margin: 0px;
}
.site-header {
background: #fff;
}
@ -105,7 +116,7 @@ a:hover {
}
.event-date {
text-align: right;
padding-right: 10px;
padding-right: 0px;
}
.event-date a {
margin-right: 10px;
@ -265,13 +276,10 @@ a:hover {
.footer li a:hover {
color: #000;
font-size: 24px;
margin-right: 4px;
margin-right: 4px;
}
.footer li img {
height: 40px;
}
.picbook .album-title {
display:none;
}