CSS brackets spacing.

This commit is contained in:
Zixaphir 2013-05-21 18:00:01 -07:00
parent 913c447e80
commit 23f28b89ff
5 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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 {