Skip to content

Instantly share code, notes, and snippets.

@madebysofa
Created June 18, 2010 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madebysofa/aa0bd2a5f2cd63bbf639 to your computer and use it in GitHub Desktop.
Save madebysofa/aa0bd2a5f2cd63bbf639 to your computer and use it in GitHub Desktop.
From fe471c127a03761c024c130b25424c469910734d Mon Sep 17 00:00:00 2001
From: Pieter de Bie <pdebie@ai.rug.nl>
Date: Fri, 18 Jun 2010 15:12:27 +0200
Subject: [PATCH] Fix safari 5 render issue
---
html/views/history/history.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/html/views/history/history.css b/html/views/history/history.css
index 1bd9629..8862ddd 100644
--- a/html/views/history/history.css
+++ b/html/views/history/history.css
@@ -3,7 +3,7 @@ body {
}
#commit_header {
- width: 100%;
+ width: auto;
font-size: 12px;
}
--
1.7.1+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment