remove css resets, more css fixes

This commit is contained in:
ksjdragon 2016-04-17 00:54:56 -04:00
parent 6dbf05307c
commit aa4e7178c8
2 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ img {
font-size:110%;
display: inline-block;
margin-right: 3%;
margin-top: 0;
}
.setting {
@ -89,6 +90,7 @@ img {
.selection {
padding: 4px;
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;
-moz-transition: box-shadow 0.3s ease, color 0.7s ease;

View File

@ -4,7 +4,6 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Atoms</title>
<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="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">