diff options
| author | Stephen Blott | 2016-04-23 06:28:01 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-04-23 06:28:05 +0100 | 
| commit | 546d8b91c2e0991c410a42b2098ff1d478f24c73 (patch) | |
| tree | 3e25cbc7c8349ddc7d9f5c465060cdcc72e8039a /content_scripts | |
| parent | a7446f09538e0b0314611c9d847016a85f735644 (diff) | |
| download | vimium-546d8b91c2e0991c410a42b2098ff1d478f24c73.tar.bz2 | |
Fix help dialog HTML.
- Style the links at the top the same as those at the bottom (re.
  colour).
- Fix HTML indentation.
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/vimium.css | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index f4029509..1b63c9da 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -177,6 +177,7 @@ td.vimiumHelpDialogTopButtons {    font-size: 14px;    padding-left: 5px;    padding-right: 5px; +  color:#555;  }  div.vimiumColumn {    width:50%; | 
