Commit 720e6cdc authored by Sven Franck's avatar Sven Franck Committed by Sebastien Robin

CSS: added initial CSS

parent 8f06c7a4
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>This gadget starts a development environment to develop new gadget.</string> </value> <value> <string>Starting Point</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
...@@ -134,9 +134,9 @@ ...@@ -134,9 +134,9 @@
<div data-role="panel" id="leftpanel" data-display="overlay"></div>\n <div data-role="panel" id="leftpanel" data-display="overlay"></div>\n
\n \n
<header data-role="header">\n <header data-role="header">\n
<a href="#leftpanel">Open panel</a>\n <a href="#leftpanel" class="responsive ui-btn ui-icon-bars ui-btn-icon-left">Menu</a>\n
<h1>ERP5</h1>\n <h1>ERP5</h1>\n
<a href="#">Home</a>\n <a href="#" class="responsive ui-btn ui-icon-home ui-btn-icon-left">Home</a>\n
</header>\n </header>\n
\n \n
<article></article>\n <article></article>\n
......
...@@ -119,11 +119,12 @@ ...@@ -119,11 +119,12 @@
\n \n
</head>\n </head>\n
<body>\n <body>\n
<table>\n <section class="document_table">\n
<thead>\n <table class="document-table ui-table-inset">\n
</thead>\n <thead>\n
</table>\n </thead>\n
\n </table>\n
</section>\n
</body>\n </body>\n
</html> </html>
......
8 9
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment