CSS brackets spacing.
This commit is contained in:
parent
913c447e80
commit
23f28b89ff
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* appchan x - Version 2.0.4 - 2013-05-20
|
||||
* appchan x - Version 2.0.4 - 2013-05-21
|
||||
*
|
||||
* 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
File diff suppressed because one or more lines are too long
@ -149,10 +149,10 @@ th {
|
||||
border-left: .3em solid transparent;
|
||||
}
|
||||
.brackets-wrap::before {
|
||||
content: "\\00a0[";
|
||||
content: " [";
|
||||
}
|
||||
.brackets-wrap::after {
|
||||
content: "]\\00a0";
|
||||
content: "] ";
|
||||
}
|
||||
/* Thread / Reply Nav */
|
||||
#navlinks a {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user