Skip to content

Commit f99196a

Browse files
committed
sub category style in standard-2016 fixed.
1 parent 6de8ab2 commit f99196a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

BlogEngine/BlogEngine.NET/App_Data/blogroll.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<blogRoll>
33
<item id="25e4d8da-3278-4e58-b0bf-932496dabc96" title="Mads Kristensen" description="Full featured simplicity in ASP.NET and C#" htmlUrl="http://madskristensen.net/" xmlUrl="http://feeds.feedburner.com/netslave" xfn="contact" sortIndex="0" />
44
<item id="dcdaa78b-0b77-4691-99f0-1bb6418945a1" title="Ruslan Tur" description=".NET and Open Source: better together" htmlUrl="http://rtur.net/blog/" xmlUrl="http://feeds.feedburner.com/rtur" xfn="contact" sortIndex="2" />
5+
<item id="973921aa-8909-40d9-a613-5752c3cdc5b7" title="Francis Bio" description="Front-End Developer" htmlUrl="http://francis.bio/" xmlUrl="http://francis.bio/feed.xml" xfn="contact" sortIndex="0" />
56
</blogRoll>

BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2016/css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ form, body, html { height: 100%; }
303303
.calendar .widget-content { padding: 10px; }
304304

305305
/*[18]*/
306-
.categorylist ul li a:first-child img { display: none; }
307-
.categorylist ul li a:first-child:before { font-family: 'fontello'; content: '\e814'; color: #f28115; margin-right: 10px; }
306+
.categorylist ul li a img { display: none; }
307+
.categorylist ul li a[rel=nofollow]:before { font-family: 'fontello'; content: '\e814'; color: #f28115; margin-right: 10px; }
308308

309309
/*[19]*/
310310
.monthlist li { font-weight: normal; }

0 commit comments

Comments
 (0)