projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb2ea69
)
Fix small screen CSS rules that match on a body class
author
Tom Hughes
<tom@compton.nu>
Thu, 23 Jul 2015 17:35:49 +0000
(18:35 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 23 Jul 2015 17:36:16 +0000
(18:36 +0100)
app/assets/stylesheets/small.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/small.scss
b/app/assets/stylesheets/small.scss
index 1865572a3acbe7f5d7865ffb95d8f1015bfe9359..5377ca2640f9925ec03b43e284509dce492f25a6 100644
(file)
--- a/
app/assets/stylesheets/small.scss
+++ b/
app/assets/stylesheets/small.scss
@@
-98,7
+98,7
@@
body.small {
display: inline-block;
}
- .map-layout {
+
&
.map-layout {
#sidebar, #map {
position: relative;
overflow-x: hidden;
@@
-178,8
+178,8
@@
body.small {
/* Rules for the sign-up page */
- .user-new,
- .user-create {
+
&
.user-new,
+
&
.user-create {
.col6 {
width: 100%;
}
@@
-189,7
+189,7
@@
body.small {
}
}
- .site-about #content .attr h1 {
+
&
.site-about #content .attr h1 {
font-size: 28px;
}