doc/refactoring-the-css-with-uiprops.rst
changeset 10121 23af005426bf
parent 5492 da983679fab5
--- a/doc/refactoring-the-css-with-uiprops.rst	Wed Nov 12 22:20:02 2014 +0100
+++ b/doc/refactoring-the-css-with-uiprops.rst	Thu Dec 18 17:54:29 2014 +0100
@@ -40,34 +40,3 @@
 
 Keep in mind that the browser will then interpret the CSSs and apply
 the standard cascading mechanism.
-
-FAQ
-====
-
-- How do I keep the old style?
-
-  Put ``STYLESHEET = [data('cubicweb.old.css')]`` in your uiprops.py
-  file and think about something else.
-
-- What are the changes in cubicweb.css?
-
-  Version 3.9.0 of cubicweb changed the following in the default html
-  markup and css:
-
-  ===============  ==================================
-   old              new
-  ===============  ==================================
-   .navcol          #navColumnLeft, #navColumnRight
-   #contentcol      #contentColumn
-   .footer          #footer
-   .logo	    #logo
-   .simpleMessage   .loginMessage
-   .appMsg	    (styles are removed from css)
-   .searchMessage   (styles are removed from css)
-  ===============  ==================================
-
-  Introduction of the new cubicweb.reset.css based on Eric Meyer's
-  reset css.
-
-  Lots of margin, padding, etc.
-