/[svn]/gigedit/trunk/doc/quickstart/style.css
ViewVC logotype

Contents of /gigedit/trunk/doc/quickstart/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1392 - (show annotations) (download) (as text)
Sun Oct 7 20:29:07 2007 UTC (16 years, 5 months ago) by schoenebeck
File MIME type: text/css
File size: 329 byte(s)
* quickstart documentation: added chapter "live editing" describing howto
  run gigedit in conjunction with LinuxSampler to be able to immediately
  hear all modifications made with gigedit

1 body {
2 font-family:Arial, sans-serif
3 }
4
5 div.note {
6 border-style:solid;
7 border-width:1px;
8 border-color:green;
9 padding-top:0px;
10 margin-top:0px;
11 }
12
13 div.note h3 {
14 padding-top:5px;
15 padding-bottom:10px;
16 padding-left:5px;
17 padding-right:5px;
18 margin-top:0px;
19 color:white;
20 background-color:green
21 }
22
23 .errortext {
24 color:red;
25 }

  ViewVC Help
Powered by ViewVC