|
@@ -126,7 +126,7 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
|
|
|
|
|
.jumbotron-icon {
|
|
|
padding: 20px 0 30px;
|
|
|
- background-color: @grayLighter;
|
|
|
+ #gradient > .directional(@grayLighter, mix(@grayLighter, @grayLight, 90%), -40deg);
|
|
|
color: @grayDarker;
|
|
|
text-shadow: 1px 1px 1px @white;
|
|
|
border-bottom: solid 1px mix(@grayLight, @grayLighter, 50%);
|
|
@@ -134,7 +134,6 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
|
|
h1 {
|
|
|
color: @grayDarker;
|
|
|
font-size: 40px;
|
|
|
-// margin: 25px 0 20px;
|
|
|
small {
|
|
|
letter-spacing: normal;
|
|
|
font-family: @sansFontFamily;
|
|
@@ -143,13 +142,6 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .info-icons {
|
|
|
-// margin-top: 10px;
|
|
|
-// text-align: center;
|
|
|
- }
|
|
|
- .info-class {
|
|
|
-
|
|
|
- }
|
|
|
.info-details {
|
|
|
float: left;
|
|
|
p {
|