View Single Post
Old 06-24-2015, 11:49 PM   #28
thoreau
Enthusiast
thoreau solves Fermat’s last theorem while doing the crossword.thoreau solves Fermat’s last theorem while doing the crossword.thoreau solves Fermat’s last theorem while doing the crossword.thoreau solves Fermat’s last theorem while doing the crossword.thoreau solves Fermat’s last theorem while doing the crossword.thoreau solves Fermat’s last theorem while doing the crossword.thoreau solves Fermat’s last theorem while doing the crossword.thoreau solves Fermat’s last theorem while doing the crossword.thoreau solves Fermat’s last theorem while doing the crossword.thoreau solves Fermat’s last theorem while doing the crossword.thoreau solves Fermat’s last theorem while doing the crossword.
 
Posts: 47
Karma: 28546
Join Date: Oct 2011
Device: KOA
Code:
html {
  margin-left: -27px;
  margin-right: -27px;
}
the above works great, but how do I change the top margin?

adding the below seems to have no effect on the output.

Code:
html {
  margin-left: -27px;
  margin-right: -27px;
  margin-top: -27px;
}
edit: also tried adding !important, but that gets me zilch too.

Last edited by thoreau; 06-25-2015 at 12:01 AM.
thoreau is offline   Reply With Quote