Merge branch 'master' of github.com:neocities/neocities

This commit is contained in:
Kyle Drake 2015-07-17 15:31:06 -07:00
commit 33cfc8dacf

View file

@ -131,15 +131,30 @@
font-weight: normal; font-weight: normal;
font-size: 12px; font-size: 12px;
padding: 7px 15px; padding: 7px 15px;
@media (max-device-width:480px), screen and (max-width:800px) {
margin: 6px 0px 8px;
}
} }
.row.content { .row.content {
margin-left: 6%; margin-left: 6%;
margin-right: 6%; margin-right: 6%;
} }
@media (max-device-width:480px), screen and (max-width:800px) {
.signup-Area {
display: none;
}
ul {
display: none;
}
.row.content.wide {
margin: 0;
padding-top: 13px;
padding-bottom: 10px;
}
.btn-Action {
margin: 6px 4px 8px;
}
.site-url {
margin-top: -13px;
}
}
} }
.interior .header-Outro a {color:#E93250} .interior .header-Outro a {color:#E93250}
.interior .header-Outro .btn-Action {color:#fff} .interior .header-Outro .btn-Action {color:#fff}
@ -2129,6 +2144,10 @@ table#latest-visitors {
padding: 15px 100px 4px 23px; padding: 15px 100px 4px 23px;
margin-bottom: 13px; margin-bottom: 13px;
font-size: 95%; font-size: 95%;
@media (max-device-width:480px), screen and (max-width:800px) {
background-size: 32%;
background-position: right top;
}
h4 { h4 {
margin-bottom: .2em; margin-bottom: .2em;