Show More
@@ -23,3 +23,11 b' i.menu-icon {' | |||||
23 | // add padding to account for float-right |
|
23 | // add padding to account for float-right | |
24 | padding-top: 4px; |
|
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 | {% for helplinks in sections %} |
|
239 | {% for helplinks in sections %} | |
240 | {% for link in helplinks %} |
|
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 | {% endfor %} |
|
245 | {% endfor %} | |
243 | {% if not loop.last %} |
|
246 | {% if not loop.last %} | |
244 | <li class="divider"></li> |
|
247 | <li class="divider"></li> |
General Comments 0
You need to be logged in to leave comments.
Login now