You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/11/09 12:44:18 UTC

svn commit: r1768928 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/style/demo.css

Author: lofwyr
Date: Wed Nov  9 12:44:18 2016
New Revision: 1768928

URL: http://svn.apache.org/viewvc?rev=1768928&view=rev
Log:
TOBAGO-1544 Revise Demo Application for Tobago 3.0
* fix CSS: Prism and Bootstrap both use "tag" as CSS class name.
 * fix for 3rd party themes

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/style/demo.css

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/style/demo.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/style/demo.css?rev=1768928&r1=1768927&r2=1768928&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/style/demo.css (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/style/demo.css Wed Nov  9 12:44:18 2016
@@ -43,11 +43,13 @@ pre, code {
 }
 */
 
-/* Prism and Bootstrap both use "tag" as CSS class name. */
+/* Prism and Bootstrap both use "tag" as CSS class name. So we need to "fix" some stuff. */
 .language-markup .token.tag {
   font-weight: inherit;
   font-size: inherit;
   line-height: inherit;
-  display: inherit;
+  /*display: inherit;*/
   white-space: inherit;
+  text-align: inherit;
+  padding: inherit;
 }