Skip to content

Commit f6c1db7

Browse files
committed
minor fixes
1 parent 62c9bab commit f6c1db7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

studio/button-editor/css/global.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ label, input[type="button"], input[type="submit"], input[type="image"], button {
9494

9595
button, input, select, textarea { margin: 0; }
9696

97-
input:valid, textarea:valid { }
97+
input:valid, textarea:valid {}
9898
input:invalid, textarea:invalid {
9999
border-radius: 1px; -moz-box-shadow: 0px 0px 5px red;
100100
-webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
@@ -562,8 +562,7 @@ footer .social .facebook:hover span{background-position: -161px -238px;}
562562

563563
#details
564564
{
565-
#background: #1c1d21;
566-
background: rgba( 0,0,0,0.15 );
565+
background: #1c1d21;
567566
margin-top: 0px;
568567
padding: 25px 0 10px 0;
569568

@@ -584,7 +583,6 @@ footer .social .facebook:hover span{background-position: -161px -238px;}
584583
#details nav li
585584
{
586585
float: left;
587-
line-height: ;
588586
}
589587

590588
#details nav li a
@@ -722,3 +720,4 @@ footer .social .facebook:hover span{background-position: -161px -238px;}
722720
p, h2, h3 { orphans: 3; widows: 3; }
723721
h2, h3{ page-break-after: avoid; }
724722
}
723+
}

0 commit comments

Comments
 (0)