2002-11-09 14:02:26 +00:00
|
|
|
+-----------------------------+
|
|
|
|
| Tutorial Style guidelines |
|
|
|
|
+-----------------------------+
|
|
|
|
|
|
|
|
To keep things consistent, ff you want to contribute to the tutorial
|
|
|
|
please keep to these guidelines.
|
|
|
|
|
|
|
|
|
|
|
|
1. Always include the style.css stylesheet like that:
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
|
|
|
|
|
|
2. Put code/examples between
|
|
|
|
|
|
|
|
<pre class="code">
|
|
|
|
your code here
|
|
|
|
</pre>
|
|
|
|
|
2002-11-25 16:50:27 +00:00
|
|
|
3. Use the default gtk+2 theme and (optionally) the crux WM theme for screenshots
|