Skip to content

Instantly share code, notes, and snippets.

@qrush
Created January 17, 2009 06:12
Show Gist options
  • Select an option

  • Save qrush/48277 to your computer and use it in GitHub Desktop.

Select an option

Save qrush/48277 to your computer and use it in GitHub Desktop.
From 7c61179cbe51c050c5520b4399f7b14eec943754 Mon Sep 17 00:00:00 2001
From: Nick Quaranto <[email protected]>
Date: Sat, 17 Jan 2009 00:17:42 -0500
Subject: [PATCH] Making submit form a bit wider, changing background to white so it matches.
---
css/screen.css | 4 ++++
submit.html | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/css/screen.css b/css/screen.css
index 8827761..8cc2de0 100644
--- a/css/screen.css
+++ b/css/screen.css
@@ -101,6 +101,10 @@ p {
background: #FFFEE6;
}
+.white {
+ background: #FFFFFF;
+}
+
.links a, .links a:hover {
color: #000;
font-size: 82%;
diff --git a/submit.html b/submit.html
index 7e4d2d9..bdb7df8 100644
--- a/submit.html
+++ b/submit.html
@@ -2,7 +2,7 @@
layout: default
title: submit a tip!
---
-<div class="grid_8 alpha omega content">
+<div class="grid_8 alpha omega white">
<h2>submit a tip!</h2>
- <iframe src="http://spreadsheets.google.com/embeddedform?key=pNxLaOX4yIJnLpmHYEDxXXQ" width="310" height="616" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
+ <iframe src="http://spreadsheets.google.com/embeddedform?key=pNxLaOX4yIJnLpmHYEDxXXQ" width="590" height="616" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment