Skip to content

Instantly share code, notes, and snippets.

@imownbey
Created July 30, 2009 18:14
Show Gist options
  • Save imownbey/158823 to your computer and use it in GitHub Desktop.
Save imownbey/158823 to your computer and use it in GitHub Desktop.
diff --git a/public/stylesheets/styles.css b/public/stylesheets/styles.css
index 675dc8e..cef4fb0 100755
--- a/public/stylesheets/styles.css
+++ b/public/stylesheets/styles.css
@@ -299,8 +299,8 @@ h3 { font-size: 18pt; }
float: right;
}
#place_top_1, #place_top_2, #place_top_3 { float: left; padding-bottom: 20px; }
-#place_top_1 { width: 58px; margin-right: 15px; }
-#place_top_2 { width: 277px; margin-right: 15px; font-size: 9pt; }
+#place_top_1 { width: 78px; margin-right: 15px; }^M
+#place_top_2 { width: 257px; margin-right: 15px; font-size: 9pt; }^M
#place_top_3 { width: 161px; }
span.light { color: #71858d; }
#map_link {
[~/Sites/placepop] newdesign $ git diff public/stylesheets/styles.css
diff --git a/public/stylesheets/styles.css b/public/stylesheets/styles.css
index 675dc8e..15a21bc 100755
--- a/public/stylesheets/styles.css
+++ b/public/stylesheets/styles.css
@@ -183,7 +183,8 @@ h3 { font-size: 18pt; }
border: 3px solid #ffffff;
position: relative;
}
-#map_float {
+.map_float {^M
+ z-index: 1000;^M
width: 288px;
height: 50px;
padding: 5px;
@@ -193,7 +194,7 @@ h3 { font-size: 18pt; }
border: 1px solid #111111;
background-color: #ffffff;
}
-#map_float img {
+.map_float img {^M
border: 1px solid #029aff;
height: 48px;
width: 48px;
@@ -299,8 +300,8 @@ h3 { font-size: 18pt; }
float: right;
}
#place_top_1, #place_top_2, #place_top_3 { float: left; padding-bottom: 20px; }
-#place_top_1 { width: 58px; margin-right: 15px; }
-#place_top_2 { width: 277px; margin-right: 15px; font-size: 9pt; }
+#place_top_1 { width: 78px; margin-right: 15px; }^M
+#place_top_2 { width: 257px; margin-right: 15px; font-size: 9pt; }^M
#place_top_3 { width: 161px; }
span.light { color: #71858d; }
#map_link {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment