Sun, 2015-12-13 15:07
Please take a look at this page:
http://tyler.mcadams.com/web_reports/index.html
If you look close you can see that the first line of text in each block of reports steps down a bit. I have no idea why this is happening.
Below is the css code - does anyone know how to fix this?:
html { max-width: 1500px; margin: 0 auto; } body { background-image: url('pattern.jpg'); background-position: center; background-repeat: no-repeat; background-color: gray; background-size: cover; background-origin: content-box; font-family: 'Oswald', sans-serif; font-weight: bold; } div { background-image: url('gnome2.png'); background-size: cover; background-repeat: no-repeat; background-color: white; color: black; float:left; border-radius: 15px; margin-right:10px; margin-bottom:10px; padding:20px } h2,h3,h4,h5,h6 { margin-top:0 font-family 'Oswald', sans-serif; font-size: 1em; } h1 { padding-top: 70px; color: white; } a:link { color: green; text-decoration: none; } a:hover; { text-decoration: underline; }