Skip to content

Commit f851fd7

Browse files
author
fabianmoronzirfas
committed
feat(classname textgrow):
1 parent 9124d4d commit f851fd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/aside-left.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
-->
1212
{% assign pages = site.pages | sort: 'order' %}
1313
{% 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>
1515
{% endif %}{% endif %}{% endif %}{% endfor %}
1616

1717
</ul>
1818
</nav>
1919
<div class="tweet">
2020
<div class="message"></div>
2121
<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>
2323
</div>
2424
<div class="fhnw-logo">
2525
<a href="http://www.fhnw.ch/hgk/ivk"><img src="/assets/images/fhnwlogo.png" alt="FHNW logo and link"></a>

assets/css/styles.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ $right-lines: 3
344344
// @Son Please merge this so we don't have
345345
// double definitions
346346
.tweet
347-
a.stepped-link
347+
a.textgrow
348348
padding-left: 25px
349349
border: none
350350
height: auto

0 commit comments

Comments
 (0)