Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jacobSingh/380646 to your computer and use it in GitHub Desktop.
Save jacobSingh/380646 to your computer and use it in GitHub Desktop.
From 96be328a080fc7367956b14ad4428ff69d5de132 Mon Sep 17 00:00:00 2001
From: webchick <webchick>
Date: Wed, 10 Mar 2010 20:32:56 +0000
Subject: [PATCH] #737202 by sun: Fixed Vertical tabs don't use full available width.
---
themes/garland/style.css | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 478b7a6..c4e94fa 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -1,4 +1,4 @@
-/* $Id: style.css,v 1.74 2010/03/03 19:46:26 dries Exp $ */
+/* $Id: style.css,v 1.75 2010/03/10 20:32:56 webchick Exp $ */
/**
* Generic elements
@@ -918,7 +918,6 @@ html.js fieldset.collapsible legend span.summary {
* Vertical tabs.
*/
div.vertical-tabs {
- margin-right: 5%;
border-color: #d9eaf5;
}
--
1.6.4+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment