This commit is contained in:
friendica 2012-08-05 21:44:31 -07:00
commit f9f45fa957
1 changed files with 3905 additions and 3887 deletions

View File

@ -3885,3 +3885,21 @@ ul.notifications-menu-popup {
margin-left: 40px;
width: 130px;
}
@media only screen and (min-device-width: 768px)
and (max-device-width: 1024px)
{
html {
width:700px
}
div.section-wrapper {
width:700px;
margin-left:0px;
}
.wall-item-body {
width:700px;
}
.comment .wall-item-body {
width:650px;
}
}