فهرست منبع

button text position to center text vertically

Trent White 10 سال پیش
والد
کامیت
c186d8b2be
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      public/less/bootswatch.dark.less
  2. 1 1
      public/less/simple-box.less

+ 1 - 1
public/less/bootswatch.dark.less

@@ -355,7 +355,7 @@ div.subnav {
 // BUTTONS
 // -----------------------------------------------------
 .btn {
-	padding: 7px 12px 5px 12px;
+	padding: 6px 12px;
 	background-image: none;
 	// .box-shadow(0px 0px 8px @bodyBackground);
 	border: none;

+ 1 - 1
public/less/simple-box.less

@@ -14,7 +14,7 @@
   color: @textColor;
   margin: 0;
   padding-left: 1rem;
-  border-bottom: @simpleBoxBorderWidth solid @bodyBackground;
+  // border-bottom: @simpleBoxBorderWidth solid @bodyBackground;
 }
 
 .simple-box-column {