1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:27:58 +01:00
This commit is contained in:
Kris Maglione
2008-11-26 05:47:02 +00:00
parent b38fff6137
commit 988e88268e
3 changed files with 16 additions and 23 deletions

View File

@@ -38,9 +38,9 @@ function Highlights(name, store, serial)
CompResult width: 45%; overflow: hidden;
CompDesc color: gray; width: 50%;
CompLess text-align: center; height: .5ex; line-height: .5ex;
CompLess:after content: "\2303"
CompLess:after content: "\2303" /* Unicode up arrowhead */
CompMore text-align: center; height: .5ex; line-height: .5ex; padding-bottom: 1ex;
CompMore:after content: "\2304"
CompMore:after content: "\2304" /* Unicode down arrowhead */
Indicator color: blue;
Filter font-weight: bold;