1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

Featurebox now accepts videos. Some minor tweaking to the Bootstrap3 template.

This commit is contained in:
Cameron
2014-01-14 12:19:06 -08:00
parent 748888f2de
commit 712379f52e
5 changed files with 35 additions and 10 deletions

View File

@@ -94,11 +94,20 @@ body {
height: 500px;
}
.media-object.featurebox-item-image {
margin: 25px 0px;
}
.xurl-social-icons a {
font-size: 24px;
font-size: 28px;
color: inherit;
text-decoration: none;
}
opacity: .7;
}
.xurl-social-icons a:hover {
opacity: 1;
}
.btn { margin-top:10px }