projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adapt to new redundant-reborrow rule
[web.git]
/
ralf
/
_sass
/
_layout.scss
diff --git
a/ralf/_sass/_layout.scss
b/ralf/_sass/_layout.scss
index 28d5919d40dea82ba1d9b040cc95994f896d72bb..8859ce17d1e4d4f9c8898562320e3314fe0b1ce5 100644
(file)
--- a/
ralf/_sass/_layout.scss
+++ b/
ralf/_sass/_layout.scss
@@
-100,6
+100,7
@@
body { /* This centers us in the page, and handles the "too wide" case */
clear: both;
float: none;
position: static;
+ border: none;
}
#-content {
padding: #{ $outer-margin * 0.75 };