diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-09 19:37:22 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-09 22:04:20 +0200 |
commit | 7eb6e8d5b58013661c8dca9d4f1cc34c1565816a (patch) | |
tree | 6159ccd22f080154c204d9ea74c2a4b0056a4b7a | |
parent | aca2c93839c9d462f93dea0e09049b10a72386fa (diff) | |
download | nextcloud-server-7eb6e8d5b58013661c8dca9d4f1cc34c1565816a.tar.gz nextcloud-server-7eb6e8d5b58013661c8dca9d4f1cc34c1565816a.zip |
app styles: remove bottom padding. Settings should be last in list instead of permanent
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 670942738f8..154f73f27a7 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -475,7 +475,6 @@ div.crumb:active { width: 250px; height: 100%; float: left; - padding-bottom: 32px; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f8f8f8; border-right: 1px solid #ccc; |