[Rt-commit] rt branch, 4.4/assets-semicolons, created. rt-4.4.0-112-g865dfbf
Rachel Kelly
rachel at bestpractical.com
Tue May 10 13:59:03 EDT 2016
The branch, 4.4/assets-semicolons has been created
at 865dfbf4d09a7c6193d07ed0bafb3cc932a3c208 (commit)
- Log -----------------------------------------------------------------
commit 865dfbf4d09a7c6193d07ed0bafb3cc932a3c208
Author: rachelkelly <rachel at bestpractical.com>
Date: Fri May 6 05:00:06 2016 +0000
Remove two erroneous semicolons throwing warnings
diff --git a/share/static/css/base/assets.css b/share/static/css/base/assets.css
index 3526fa7..c09a8a7 100644
--- a/share/static/css/base/assets.css
+++ b/share/static/css/base/assets.css
@@ -104,7 +104,7 @@ body#comp-Asset-Search .collection-as-table td {
}
.asset-metadata {
- padding-top: 2em; /* nav overflows this :( */;
+ padding-top: 2em; /* nav overflows this :( */
}
@media (max-width: 800px) {
@@ -118,7 +118,7 @@ body#comp-Asset-Search .collection-as-table td {
@media (max-width: 600px) {
.asset-metadata {
padding-top: 6em;
- /* nav overflows this: < */;
+ /* nav overflows this: < */
}
.asset-metadata>div {
-----------------------------------------------------------------------
More information about the rt-commit
mailing list