14 changed files with 13 additions and 31 deletions
@ -1,20 +1,3 @@
|
||||
/*override bootstraps default column ordering -> sidebar on left moves down on small screen*/ |
||||
@media (min-width: 768px){ |
||||
.blog-main { |
||||
float: right; |
||||
} |
||||
} |
||||
/*custom content style*/ |
||||
//for spam protection in mailto links // doesn't work for some reason |
||||
span.displaynone { display:none; } |
||||
|
||||
//for list in links page |
||||
ul{list-style: none;} |
||||
|
||||
.shiftRight |
||||
{ |
||||
margin-left: 40px; |
||||
} |
||||
/*footer stuff*/ |
||||
#footer |
||||
{ |
||||
Loading…
Reference in new issue