1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-11 19:55:47 +01:00

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

This commit is contained in:
Doug Kearns
2007-10-09 23:21:13 +00:00
parent ee740a8fc0
commit f64f0f5d40

View File

@@ -60,6 +60,11 @@
color: inherit; color: inherit;
} }
#sidebar {
max-width: 90% !important;
min-width: 10% !important;
}
/* highlight groups */ /* highlight groups */
.hl-Normal { .hl-Normal {