remove css resets, more css fixes
This commit is contained in:
parent
6dbf05307c
commit
aa4e7178c8
@ -70,6 +70,7 @@ img {
|
|||||||
font-size:110%;
|
font-size:110%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 3%;
|
margin-right: 3%;
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.setting {
|
.setting {
|
||||||
@ -89,6 +90,7 @@ img {
|
|||||||
.selection {
|
.selection {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.2);
|
box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.2);
|
||||||
|
margin-top: 0;
|
||||||
|
|
||||||
-webkit-transition: box-shadow 0.3s ease, color 0.7s ease;
|
-webkit-transition: box-shadow 0.3s ease, color 0.7s ease;
|
||||||
-moz-transition: box-shadow 0.3s ease, color 0.7s ease;
|
-moz-transition: box-shadow 0.3s ease, color 0.7s ease;
|
||||||
|
|||||||
@ -4,7 +4,6 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
<title>Atoms</title>
|
<title>Atoms</title>
|
||||||
<link rel="icon" href="./resources/static/favicon.ico">
|
<link rel="icon" href="./resources/static/favicon.ico">
|
||||||
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.18.1/build/cssreset/cssreset-min.css">
|
|
||||||
<link rel="stylesheet" href="./index.css">
|
<link rel="stylesheet" href="./index.css">
|
||||||
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user