ajax
This commit is contained in:
@@ -13,6 +13,7 @@ html {
|
||||
padding: 0;
|
||||
line-height: 1.15; /* 1 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/* Sections
|
||||
@@ -24,7 +25,7 @@ html {
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0 50px 0 50px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -41,7 +42,7 @@ main {
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
font-size: auto;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
@@ -76,6 +77,10 @@ pre {
|
||||
/**
|
||||
* Remove the gray background on active links in IE 10.
|
||||
*/
|
||||
p{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul{
|
||||
list-style: none;
|
||||
}
|
||||
@@ -163,6 +168,7 @@ img {
|
||||
border-style: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
|
||||
Reference in New Issue
Block a user