|
@@ -34,12 +34,12 @@ h4 {
|
|
|
.navbar .nav li a {
|
|
|
padding: 22px 15px 22px;
|
|
|
}
|
|
|
-.navbar .brand {
|
|
|
- padding: 13px 10px 13px 28px ;
|
|
|
-}
|
|
|
.navbar-dotcloud .container {
|
|
|
border-bottom: 2px #000000 solid;
|
|
|
}
|
|
|
+.inline-icon {
|
|
|
+ margin-bottom: 6px;
|
|
|
+}
|
|
|
/*
|
|
|
* Responsive YouTube, Vimeo, Embed, and HTML5 Videos with CSS
|
|
|
* http://www.jonsuh.com
|
|
@@ -82,7 +82,7 @@ h4 {
|
|
|
.btn-custom {
|
|
|
background-color: #292929 !important;
|
|
|
background-repeat: repeat-x;
|
|
|
- filter: progid:dximagetransform.microsoft.gradient(startColorstr="#515151", endColorstr="#282828");
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#515151", endColorstr="#282828");
|
|
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#515151), to(#282828));
|
|
|
background-image: -moz-linear-gradient(top, #515151, #282828);
|
|
|
background-image: -ms-linear-gradient(top, #515151, #282828);
|
|
@@ -301,7 +301,7 @@ section.header {
|
|
|
height: 28px;
|
|
|
line-height: 28px;
|
|
|
background-color: #43484c;
|
|
|
- filter: progid:dximagetransform.microsoft.gradient(gradientType=0, startColorstr='#FFFF6E56', endColorstr='#FFED4F35');
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF6E56', endColorstr='#FFED4F35');
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #747474), color-stop(100%, #43484c));
|
|
|
background-image: -webkit-linear-gradient(top, #747474 0%, #43484c 100%);
|
|
|
background-image: -moz-linear-gradient(top, #747474 0%, #43484c 100%);
|