diff options
author | Doug Kearns <dougkearns@gmail.com> | 2007-10-09 23:21:13 +0000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2007-10-09 23:21:13 +0000 |
commit | f64f0f5d40f711a34adca868b17f410c5d377df0 (patch) | |
tree | b338407af0331bfb0fff712e040dea939ce89946 /skin | |
parent | ee740a8fc0995bc16eff9af1b317f75ada7164b5 (diff) | |
download | pentadactyl-f64f0f5d40f711a34adca868b17f410c5d377df0.tar.gz |
allow the sidebar width to range from 10% - 90%
Diffstat (limited to 'skin')
-rw-r--r-- | skin/vimperator.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skin/vimperator.css b/skin/vimperator.css index 011c9fc8..c076ae97 100644 --- a/skin/vimperator.css +++ b/skin/vimperator.css @@ -60,6 +60,11 @@ color: inherit; } +#sidebar { + max-width: 90% !important; + min-width: 10% !important; +} + /* highlight groups */ .hl-Normal { |