Show More
@@ -23,3 +23,11 b' i.menu-icon {' | |||
|
23 | 23 | // add padding to account for float-right |
|
24 | 24 | padding-top: 4px; |
|
25 | 25 | } |
|
26 | ||
|
27 | ul#help_menu li a{ | |
|
28 | overflow: hidden; | |
|
29 | padding-right: 2.2em; | |
|
30 | i { | |
|
31 | margin-right: -1.2em; | |
|
32 | } | |
|
33 | } No newline at end of file |
@@ -238,7 +238,10 b' class="notebook_app"' | |||
|
238 | 238 | |
|
239 | 239 | {% for helplinks in sections %} |
|
240 | 240 | {% for link in helplinks %} |
|
241 |
<li><a href="{{link[0]}}" {{'target="_blank" title="Opens in a new window"' if link[2]}}> |
|
|
241 | <li><a href="{{link[0]}}" {{'target="_blank" title="Opens in a new window"' if link[2]}}> | |
|
242 | {{'<i class="icon-external-link menu-icon pull-right"></i>' if link[2]}} | |
|
243 | {{link[1]}} | |
|
244 | </a></li> | |
|
242 | 245 | {% endfor %} |
|
243 | 246 | {% if not loop.last %} |
|
244 | 247 | <li class="divider"></li> |
General Comments 0
You need to be logged in to leave comments.
Login now