[geany/www.geany.org] f5c6eb: Increase margin of left/right buttons in carousel
Enrico Tröger
git-noreply at xxxxx
Sun Jun 16 13:25:55 UTC 2019
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sun, 16 Jun 2019 13:25:55 UTC
Commit: f5c6eb20282cd9697bad1a666ecc59563fa3b283
https://github.com/geany/www.geany.org/commit/f5c6eb20282cd9697bad1a666ecc59563fa3b283
Log Message:
-----------
Increase margin of left/right buttons in carousel
Do not overlap the left/right arrows with the picture.
Modified Paths:
--------------
geany/static/css/main.css
Modified: geany/static/css/main.css
7 lines changed, 7 insertions(+), 0 deletions(-)
===================================================================
@@ -127,6 +127,13 @@ div.feature-icon {
margin-bottom: 10px;
}
+/* galery / carousel */
+.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
+ margin-right: -55px;
+}
+.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
+ margin-left: -35px;
+}
/* basic table formatting: border and cell spacing */
table {
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list