Skip to content

Commit 4d1c702

Browse files
committed
some small fixes on Standard
1 parent a8c468f commit 4d1c702

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/site.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Kreon:400,700" rel="stylesheet">
2727
<link href="src/css/bootstrap.min.css" rel="stylesheet" />
2828
<link href="src/css/font-awesome.min.css" rel="stylesheet" />
29-
<link href="src/css/styles.min.css" rel="stylesheet" />
29+
<link href="src/css/styles.min.css?=v12" rel="stylesheet" />
3030
<link href="~/scripts/syntaxhighlighter/styles/shCore.css" rel="stylesheet" type="text/css" />
3131
<link href="~/scripts/syntaxhighlighter/styles/shThemeDefault.css" rel="stylesheet" type="text/css" />
3232
<script type="text/javascript" src="<%# Utils.ApplicationRelativeWebRoot %>scripts/syntaxhighlighter/scripts/XRegExp.js"></script>

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/src/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/src/scss/sections/_comments.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,19 @@
126126
.comment-item {
127127
margin: 0;
128128
}
129+
#status {
130+
margin-left: 0;
131+
}
129132
}
130133

131134
.comment-adminlinks {
132135
display: none;
133136
}
137+
138+
.comment-form,
139+
p#cancelReply a {
140+
margin-left: 0;
141+
}
134142
}
135143
}
136144

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/theme.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<description>This is the default theme for BlogEngine.</description>
55
<authors>Francis Bio</authors>
66
<website>http://francis.bio/</website>
7-
<version>1.1</version>
7+
<version>1.2</version>
88
<iconurl></iconurl>
9-
</metadata>
9+
</metadata>

0 commit comments

Comments
 (0)