1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 15:44:14 +01:00

allowd the sidebar width to range from 10% - 90%

This commit is contained in:
Doug Kearns
2007-10-09 23:19:44 +00:00
parent 46df40ef03
commit 8339cea65d

View File

@@ -93,6 +93,11 @@ the terms of any one of the MPL, the GPL or the LGPL.
background-color: black;
}
#sidebar {
max-width: 90% !important;
min-width: 10% !important;
}
/* highlight groups */
.hl-Normal {