MDL-39746 - Themes - Hiding the user picture on the forum page when the screensize is too small to allow for it

This commit is contained in:
Jason Fowler 2013-06-07 14:35:08 +08:00
parent b3be471f52
commit 41d6483066
2 changed files with 21 additions and 0 deletions

View File

@ -197,6 +197,9 @@
.path-mod-forum .forumsearch #search {
width: 120px;
}
.path-mod-forum .forumheaderlist .picture {
display: none;
}
}
// Stuart's 2,1,3 layout

File diff suppressed because one or more lines are too long