[Scummvm-cvs-logs] scummvm-web master -> d82eb64c4e4f5f69a3ec82910027a6aaf1b68327
salty-horse
ori at avtalion.name
Wed Apr 13 22:27:00 CEST 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
d82eb64c4e WEB: Fix language highlight not extending over entire row
Commit: d82eb64c4e4f5f69a3ec82910027a6aaf1b68327
https://github.com/scummvm/scummvm-web/commit/d82eb64c4e4f5f69a3ec82910027a6aaf1b68327
Author: Ori Avtalion (ori at avtalion.name)
Date: 2016-04-13T23:26:45+03:00
Commit Message:
WEB: Fix language highlight not extending over entire row
Changed paths:
css/lang-menu.css
diff --git a/css/lang-menu.css b/css/lang-menu.css
index d479119..3409f8b 100644
--- a/css/lang-menu.css
+++ b/css/lang-menu.css
@@ -83,10 +83,15 @@ code.text-badge {
display: block;
}
+#langmenu li ul {
+ padding-right: 0px;
+}
+
#langmenu li ul li {
+ width: 100%;
float: left;
list-style: none;
- margin: 0 5px 7px 0;
+ margin-bottom: 7px;
padding: 0 0 3px 0;
}
More information about the Scummvm-git-logs
mailing list