projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a450b
)
rm unnecessary css that messes up print preview
author
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 22 Jul 2019 16:10:49 +0000
(12:10 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 22 Jul 2019 16:10:49 +0000
(12:10 -0400)
the footer looks fine without this, and the print preview now looks
correct.
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index bf8782fc649b0779f4752f4605e239a6d6c8664d..6709afeafff8f95e308dc765b6a1b383f4aeaada 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-194,9
+194,6
@@
a { transition: 0.3s; }
/* full page width for footer */
.footer {
- position: absolute;
- left: 0;
- right: 0;
width: 100%;
}