]> source.dussan.org Git - gitea.git/commitdiff
UI fix
authorUnknwon <joe2010xtmf@163.com>
Tue, 23 Sep 2014 14:29:48 +0000 (10:29 -0400)
committerUnknwon <joe2010xtmf@163.com>
Tue, 23 Sep 2014 14:29:48 +0000 (10:29 -0400)
public/ng/css/gogs.css
public/ng/less/gogs/dashboard.less

index 1d0c468cacad3c63bd5a7060207f86903c0d89cd..506479d0e7d10b897def7dd510e8a38c12bdc4ee 100644 (file)
@@ -728,7 +728,6 @@ ol.linenums {
 }
 #dashboard {
   padding: 24px 0;
-  margin-bottom: 60px;
 }
 #dashboard-sidebar .panel-header h4 {
   margin: 0;
@@ -894,6 +893,9 @@ ol.linenums {
 #dashboard-switch-menu > li.checked > a .octicon {
   opacity: 1;
 }
+#dashboard-news {
+  padding-bottom: 60px;
+}
 #dashboard-news .news {
   margin-right: 2.4em;
   padding-bottom: 1em;
index 1609b9d1c998c107afe2b473c39ee2eee5505bc6..24c433a31a7d3c2b8ca35c4f57c0a7f2372e58bd 100644 (file)
@@ -43,7 +43,6 @@
 }
 #dashboard {
   padding: 24px 0;
-  margin-bottom: 60px;
 }
 // dashboard sidebar contains contributed repositories panel,
 // and my repositories panel
   border-bottom-right-radius: .3em;
 }
 #dashboard-news {
+    padding-bottom: 60px;
   .news {
     margin-right: 2.4em;
     .mega-octicon {