Skip to content

Commit 7761cb6

Browse files
committed
Remove margin on category summaries. Fixes #119
1 parent e756dea commit 7761cb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/jquery/css/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,10 @@ a:hover {
10211021
font-style: normal;
10221022
}
10231023

1024+
.entry-summary p {
1025+
margin: 0;
1026+
}
1027+
10241028
/*******************************************************************************/
10251029
/* jQuery Core */
10261030
/*******************************************************************************/

0 commit comments

Comments
 (0)