Skip to content

Commit

Permalink
doc: Add upgrade note about changed CSS classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Nov 11, 2012
1 parent 159bb21 commit 0cffea6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/manuals/upgrading.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@ incompatible ways or get deprecated.
Upgrading to Zotonic 0.9 Upgrading to Zotonic 0.9
------------------------ ------------------------


CSS changes
...........

Due to the move to Bootstrap, the following CSS changes need to be
made in your templates:

+-------------------------------+---------------------------------+
| Old CSS selector | New CSS selector |
+-------------------------------+---------------------------------+
|``.sf-menu`` |``.nav`` |
+-------------------------------+---------------------------------+
|``.sf-menu a.current`` |``.nav li.active a`` |
+-------------------------------+---------------------------------+
|``ul.pager`` |``div.pagination ul`` |
+-------------------------------+---------------------------------+


Controllers Controllers
........... ...........


Expand Down

0 comments on commit 0cffea6

Please sign in to comment.