Quick CSS fixes

This commit is contained in:
Zixaphir 2014-02-20 12:55:26 -07:00
parent f1cf2a7828
commit 31a444e319
4 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
/*
* appchan x - Version 2.8.12 - 2014-02-18
* appchan x - Version 2.8.12 - 2014-02-20
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,6 @@
#styleSwitcher,
#togglePostForm,
.boardBanner > div,
.mobile,
.next form,
.next span,
.postingMode,
@ -38,7 +37,8 @@ body > hr {
/* Unnecessary */
#qp input,
#qp .rice,
.inline .rice {
.inline .rice,
.mobile {
display: none !important;
}
/* Hidden Content */
@ -1117,8 +1117,9 @@ nav a,
border-radius: 1em;
font-size: 80%;
}
.postInfo {
div.post div.postInfo {
padding: 3px 3px 0;
display: block !important;
}
.postInfo > span {
vertical-align: bottom;