File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
-->
12
12
{% assign pages = site.pages | sort: 'order' %}
13
13
{% for item in pages %}{% if item.layout != 'entry' %}{%if item.layout == 'default' or item.layout == 'reference' %}{% if item.url != '/' %}
14
- < li class ="menu-item {% if item.title == page.title %}active{% endif %} "> < a href ="{{item.url}} " class ="stepped-link "> {{item.title}}</ a > </ li >
14
+ < li class ="menu-item {% if item.title == page.title %}active{% endif %} "> < a href ="{{item.url}} " class ="textgrow "> {{item.title}}</ a > </ li >
15
15
{% endif %}{% endif %}{% endif %}{% endfor %}
16
16
17
17
</ ul >
18
18
</ nav >
19
19
< div class ="tweet ">
20
20
< div class ="message "> </ div >
21
21
< div class ="tweettime "> </ div >
22
- < div class ="twitter-link "> < a href ="https://twitter.com/basil_js " class ="stepped-link "> @basil_js</ a > </ div >
22
+ < div class ="twitter-link "> < a href ="https://twitter.com/basil_js " class ="textgrow "> @basil_js</ a > </ div >
23
23
</ div >
24
24
< div class ="fhnw-logo ">
25
25
< a href ="http://www.fhnw.ch/hgk/ivk "> < img src ="/assets/images/fhnwlogo.png " alt ="FHNW logo and link "> </ a >
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ $right-lines: 3
344
344
// @Son Please merge this so we don't have
345
345
// double definitions
346
346
.tweet
347
- a .stepped-link
347
+ a .textgrow
348
348
padding-left : 25px
349
349
border : none
350
350
height : auto
You can’t perform that action at this time.
0 commit comments