cksource-archive / samples-framework

☠☠☠ This repository is no longer used ☠☠☠
Other
0 stars 0 forks source link

More generic navigation icons. #6

Closed adelura closed 9 years ago

adelura commented 9 years ago

This is not generic. Its would be good to introduce some icons module and html markup might be as follow:

Instead of:

<li>
    <a href="example" class="github">I found a bug in SDK</a>
</li>

This one:

<li>
    <a class="ico ico-github ico-pos-right" href="example.com">I found a bug in SDK</a>
</li>

It allow us to juggle between icons, and their positions. And with little effort we can pass icons to others navigations, links and maybe buttons as well.

oleq commented 9 years ago

:+1: