We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1156edc commit ee2edabCopy full SHA for ee2edab
_includes/header.html
@@ -5,11 +5,11 @@
5
<div class="row-fluid">
6
<div class="col-xs-10 span9">
7
<h3 class="text-right">
8
- <strong><a href="/">{{ site.title }}</a></strong>
+ <strong><a href="{{ site.url }}">{{ site.title }}</a></strong>
9
</h3>
10
</div>
11
<div class="col-xs-2 span3">
12
- <img alt="Renge" height="60" src="/images/miaopasi.gif" class="img-circle" /></div>
+ <img alt="Renge" height="60" src="/images/miaopasi.gif" class="img-circle miaopasi" /></div>
13
14
15
css/renge.css
@@ -12,3 +12,6 @@
.v-center {
width:1024px;
}
+.miaopasi {
16
+ margin-top: 10px;
17
+}
0 commit comments