Quick CSS fixes
This commit is contained in:
parent
f1cf2a7828
commit
31a444e319
2
LICENSE
2
LICENSE
@ -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.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/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
@ -10,7 +10,6 @@
|
|||||||
#styleSwitcher,
|
#styleSwitcher,
|
||||||
#togglePostForm,
|
#togglePostForm,
|
||||||
.boardBanner > div,
|
.boardBanner > div,
|
||||||
.mobile,
|
|
||||||
.next form,
|
.next form,
|
||||||
.next span,
|
.next span,
|
||||||
.postingMode,
|
.postingMode,
|
||||||
@ -38,7 +37,8 @@ body > hr {
|
|||||||
/* Unnecessary */
|
/* Unnecessary */
|
||||||
#qp input,
|
#qp input,
|
||||||
#qp .rice,
|
#qp .rice,
|
||||||
.inline .rice {
|
.inline .rice,
|
||||||
|
.mobile {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
/* Hidden Content */
|
/* Hidden Content */
|
||||||
@ -1117,8 +1117,9 @@ nav a,
|
|||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
.postInfo {
|
div.post div.postInfo {
|
||||||
padding: 3px 3px 0;
|
padding: 3px 3px 0;
|
||||||
|
display: block !important;
|
||||||
}
|
}
|
||||||
.postInfo > span {
|
.postInfo > span {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user