Merge pull request #721 from jaswinder-singh/master

display bug with the gravtar fixed :) in eula-modern.css
This commit is contained in:
Remy Sharp 2015-09-02 09:24:56 +01:00
commit 558cbc8e0e

View file

@ -37,6 +37,7 @@ article {
max-width: 700px; max-width: 700px;
margin: 10px auto 0px; margin: 10px auto 0px;
text-align: justify; text-align: justify;
margin-top: -65px;
} }
@media (max-device-height: 699px) { @media (max-device-height: 699px) {
@ -47,7 +48,7 @@ article {
} }
h1 { h1 {
font-size: 4.2em; font-size: 3.8em;
font-family: Segoe UI Light,'SegoeUILightWF',Arial,sans-serif; font-family: Segoe UI Light,'SegoeUILightWF',Arial,sans-serif;
line-height: .9em; line-height: .9em;
color: #000; color: #000;
@ -127,7 +128,7 @@ footer a:visited {
position: relative; position: relative;
float: right; float: right;
border: 3px solid #ccc; border: 3px solid #ccc;
top: -4.3em; top: 4.5em;
z-index: 1; z-index: 1;
border-radius: 10px; border-radius: 10px;
} }