projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52be0e8
)
Restore borders to maps on various pages
author
Tom Hughes
<tom@compton.nu>
Wed, 15 Feb 2012 17:47:42 +0000
(17:47 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 15 Feb 2012 17:47:42 +0000
(17:47 +0000)
app/assets/stylesheets/common.css.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/common.css.scss
b/app/assets/stylesheets/common.css.scss
index 4d59e61318e6558bdc91bc0569e5ca5e5a6fb497..4d53bd2ac4181afdfb975a9502162408a5def6a1 100644
(file)
--- a/
app/assets/stylesheets/common.css.scss
+++ b/
app/assets/stylesheets/common.css.scss
@@
-719,6
+719,7
@@
table.browse_details th {
position: relative;
width: 90%;
height: 400px;
+ border: 1px solid #ccc;
display: none;
}
@@
-822,6
+823,7
@@
p#contributorGuidance {
position: relative;
width: 500px;
height: 400px;
+ border: 1px solid #ccc;
}
#accountImage td {
@@
-850,6
+852,7
@@
p#contributorGuidance {
position: relative;
width: 400px;
height: 400px;
+ border: 1px solid #ccc;
}
.user_view .user_map p#no_home_location {