projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update screen render of thesis
[web.git]
/
personal
/
_sass
/
_layout.scss
diff --git
a/personal/_sass/_layout.scss
b/personal/_sass/_layout.scss
index a4c47385c1395b361d85bd8fb9b02d234617662f..8859ce17d1e4d4f9c8898562320e3314fe0b1ce5 100644
(file)
--- a/
personal/_sass/_layout.scss
+++ b/
personal/_sass/_layout.scss
@@
-25,6
+25,12
@@
body { /* This centers us in the page, and handles the "too wide" case */
padding-top: 1px; /* If we use 0 here, some paddings add up things get ugly. What?!? */
}
padding-top: 1px; /* If we use 0 here, some paddings add up things get ugly. What?!? */
}
+/* The footer */
+#-footer {
+ padding-top: 3em;
+ text-align: center;
+}
+
/* Navigation menu */
#-navi {
padding: 0;
/* Navigation menu */
#-navi {
padding: 0;
@@
-94,6
+100,7
@@
body { /* This centers us in the page, and handles the "too wide" case */
clear: both;
float: none;
position: static;
clear: both;
float: none;
position: static;
+ border: none;
}
#-content {
padding: #{ $outer-margin * 0.75 };
}
#-content {
padding: #{ $outer-margin * 0.75 };