Skip to content

Commit b67256f

Browse files
committed
Gave tags some breathing room, fixed border radius.
1 parent 2cbb562 commit b67256f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

themes/plugins.jquery.com/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ Template: jquery
125125
{
126126
display: inline-block;
127127
margin-right: 10px;
128-
padding: 0 5px 0 20px;
129-
-webkit-border-radius: 4px;
130-
-moz-border-radius: 4px;
131-
-ms-border-radius: 4px;
132-
-o-border-radius: 4px;
133-
border-radius: 5px;
128+
padding: 2px 5px 2px 20px;
129+
-webkit-border-radius: 3px;
130+
-moz-border-radius: 3px;
131+
-ms-border-radius: 3px;
132+
-o-border-radius: 3px;
133+
border-radius: 3px;
134134
background-color: #305e91;
135135
}
136136

0 commit comments

Comments
 (0)