update 0.7.14

This commit is contained in:
Faisal Salman
2017-09-05 13:24:19 +07:00
parent e20b78fa6a
commit b8b39dcfd2
2 changed files with 24 additions and 19 deletions

View File

@@ -7,18 +7,18 @@
<meta name="description" content="UAParser.js Lightweight JavaScript-based User-Agent string parser. Supports browser & node.js environment. Also available as jQuery plugin & AMD module." />
<meta name="keywords" content="user agent, parser, javascript, detect, details, new, browser, engine, mobile, device, operating system" />
<style>
@import url("//fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Kalam");
* {
margin: 0;
padding: 0;
font-family: Raleway, Helvetica, Ubuntu, Arial, Georgia, sans-serif;
font-family: Kalam, Helvetica, Ubuntu, Arial, Georgia, sans-serif;
}
html, input, select {
font: 14px/20px Helvetica, Ubuntu, Arial, Georgia, sans-serif;
color: #333;
}
body {
background: #33A6B2;
background: #548796;
margin: 0 auto;
width: 960px;
text-align: center;
@@ -29,17 +29,17 @@
}
header {
padding: 100px 50px 50px;
background-color: #196674;
background-color: #2A4149;
color: #fff;
}
section {
background-color: #F0F0F0;
background-color: #E3F0C6;
}
section.test {
background-color: #218777;
background-color: #ACCBB5;
}
footer {
background-color: #33332D;
background-color: #FE6B44;
color: #fff;
}
footer a {