Skip to content

Commit

Permalink
some small fixes on Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
farzindev committed Sep 14, 2016
1 parent a8c468f commit 4d1c702
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Kreon:400,700" rel="stylesheet">
<link href="src/css/bootstrap.min.css" rel="stylesheet" />
<link href="src/css/font-awesome.min.css" rel="stylesheet" />
<link href="src/css/styles.min.css" rel="stylesheet" />
<link href="src/css/styles.min.css?=v12" rel="stylesheet" />
<link href="~/scripts/syntaxhighlighter/styles/shCore.css" rel="stylesheet" type="text/css" />
<link href="~/scripts/syntaxhighlighter/styles/shThemeDefault.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="<%# Utils.ApplicationRelativeWebRoot %>scripts/syntaxhighlighter/scripts/XRegExp.js"></script>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,19 @@
.comment-item {
margin: 0;
}
#status {
margin-left: 0;
}
}

.comment-adminlinks {
display: none;
}

.comment-form,
p#cancelReply a {
margin-left: 0;
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions BlogEngine/BlogEngine.NET/Custom/Themes/Standard/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<description>This is the default theme for BlogEngine.</description>
<authors>Francis Bio</authors>
<website>http://francis.bio/</website>
<version>1.1</version>
<version>1.2</version>
<iconurl></iconurl>
</metadata>
</metadata>

0 comments on commit 4d1c702

Please sign in to comment.