Mercurial > dive4elements > website
changeset 58:e8062d5c7184
Changed color from carousel indicators and position from captions.
author | Ariane Broermann <ariane@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 11:44:32 +0100 |
parents | c404400027ea |
children | f452d317e283 |
files | css/style.css |
diffstat | 1 files changed, 15 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/css/style.css Thu Mar 20 16:15:29 2014 +0100 +++ b/css/style.css Mon Mar 24 11:44:32 2014 +0100 @@ -29,18 +29,27 @@ /* Custom page carousel */ .carousel-caption { position: relative; - margin-top: 20px; + margin-top: 10px; + margin-bottom: 5px; margin-right: 250px; - padding-bottom: 0; - text-align: left; + text-align: center; + color: #323; } -.carousel-caption { - color: #4c4c4c; -} + .carousel-img { width: 755px; height: 525px; } + +.carousel-indicators li { + border: 2px solid #323; +} +.carousel-indicators .active { + border: 2px solid #323; + background-color: #323; +} + + /* * dive4elements * --------------------------------------------------