Commit 3510a42f authored by Sindre Sorhus's avatar Sindre Sorhus

Autoprefix the site CSS

parent f9bce9d6
...@@ -74,11 +74,11 @@ header nav a:not(:last-child) { ...@@ -74,11 +74,11 @@ header nav a:not(:last-child) {
} }
.logo { .logo {
margin-top:70px; margin-top: 70px;
} }
.nav-tabs > li, .nav-tabs > li,
.nav-pills > li{ .nav-pills > li {
clear: both; clear: both;
} }
...@@ -170,7 +170,8 @@ header nav a:not(:last-child) { ...@@ -170,7 +170,8 @@ header nav a:not(:last-child) {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
.applist .labs a, .labs-example { .applist .labs a,
.labs-example {
color: #582C42; color: #582C42;
} }
...@@ -205,6 +206,7 @@ header nav a:not(:last-child) { ...@@ -205,6 +206,7 @@ header nav a:not(:last-child) {
.legend li { .legend li {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
.legend li:last-child { .legend li:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
...@@ -217,9 +219,7 @@ header nav a:not(:last-child) { ...@@ -217,9 +219,7 @@ header nav a:not(:last-child) {
overflow: hidden; overflow: hidden;
max-height: 0; max-height: 0;
-webkit-transition: max-height 1s; -webkit-transition: max-height 1s;
-moz-transition: max-height 1s;
-ms-transition: max-height 1s; -ms-transition: max-height 1s;
-o-transition: max-height 1s;
transition: max-height 1s; transition: max-height 1s;
} }
...@@ -360,17 +360,15 @@ a.zocial { ...@@ -360,17 +360,15 @@ a.zocial {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-moz-user-select: none; -moz-user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
-ms-user-select: none;
user-select: none; user-select: none;
position: relative; position: relative;
border-radius: .3em; border-radius: .3em;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1)); background-image: -webkit-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1));
background-image: -moz-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1)); background-image: -ms-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1));
background-image: -ms-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1)); background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1));
background-image: -o-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1));
background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 49%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .1));
} }
@media (max-width: 480px) { @media (max-width: 480px) {
body .applist { body .applist {
-webkit-columns: auto !important; -webkit-columns: auto !important;
...@@ -382,11 +380,9 @@ a.zocial { ...@@ -382,11 +380,9 @@ a.zocial {
.credit a { .credit a {
display: block; display: block;
} };
} }
@media (min-width: 768px) and (max-width: 980px) {}
@media (max-width: 768px) { @media (max-width: 768px) {
h2 { h2 {
margin-top: 20px; margin-top: 20px;
...@@ -417,7 +413,7 @@ a.zocial { ...@@ -417,7 +413,7 @@ a.zocial {
-ms-columns: 2 !important; -ms-columns: 2 !important;
-o-columns: 2 !important; -o-columns: 2 !important;
columns: 2 !important; columns: 2 !important;
} };
} }
@media (max-width: 980px) { @media (max-width: 980px) {
...@@ -427,7 +423,5 @@ a.zocial { ...@@ -427,7 +423,5 @@ a.zocial {
-ms-columns: 3; -ms-columns: 3;
-o-columns: 3; -o-columns: 3;
columns: 3; columns: 3;
} };
} }
@media (max-width: 1200px) {}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment