|
|
@@ -471,14 +471,9 @@ You should create an icon for your application that is a transparent png sized
|
|
|
24px by 24px. Your `settings.py` file should point to your icon via the `ICON`
|
|
|
variable. The `create_desktop_app` command creates a default icon for you.
|
|
|
|
|
|
-<div class="note">
|
|
|
- If you do not define an application icon, your application will not show up
|
|
|
- in the navigation bar.
|
|
|
-</div>
|
|
|
-
|
|
|
-Hue ships with Twitter Bootstrap and Font Awesome 3 (http://fortawesome.github.io/Font-Awesome/)
|
|
|
-so you have plenty of scalable icons to choose from. You can style your elements to use them
|
|
|
-like this (in your mako template):
|
|
|
+**NOTE:** If you do not define an application icon, your application will not show up in the navigation bar.
|
|
|
+
|
|
|
+Hue ships with Twitter Bootstrap and Font Awesome 3 (https://fontawesome.com/v3/) so you have plenty of scalable icons to choose from. You can style your elements to use them like this (in your mako template):
|
|
|
|
|
|
<!-- show a trash icon in a link -->
|
|
|
<a href="#something"><i class="icon-trash"></i> Trash</a>
|