some guidelines on how to contrigute to the tutorial
svn path=/trunk/gtk-sharp/; revision=8898
This commit is contained in:
parent
bf18478229
commit
efaee75eed
1 changed files with 18 additions and 0 deletions
18
gnometutorial/NOTES
Normal file
18
gnometutorial/NOTES
Normal file
|
@ -0,0 +1,18 @@
|
|||
+-----------------------------+
|
||||
| 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>
|
||||
|
||||
3. Use the default gt+ theme and (optionally) the crux WM theme for screenshots
|
Loading…
Add table
Reference in a new issue