Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 23 Oct 11
- minor documentation updates
doc/nx.css (+3 -2)
1   .nx             {font-size: 80%; color: #000000; font-weight: normal; font-style: normal; padding-left: 10px}
  1 body            {font-size: 10pt;}
  2 .nx             {font-size: 90%; color: #000000; font-weight: normal; font-style: normal; padding-left: 10px}
2 3 table.nx        {border-collapse: collapse; border-spacing: 3px;}
3   .nx-linenr      {font-size: 80%; border-right: 1px solid #DDDDDD;padding-right: 5px; color: #2B547D; font-style: italic;}
  4 .nx-linenr      {font-size: 90%; border-right: 1px solid #DDDDDD;padding-right: 5px; color: #2B547D; font-style: italic;}
4 5 .nx-string      {color: #779977; font-weight: normal; font-style: italic;}
5 6 .nx-comment     {color: #717ab3; font-weight: normal; font-style: italic;}
6 7 .nx-keyword     {color: #7f0055; font-weight: normal; font-style: normal;}
7 8 .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;}
8 9 .nx-variable    {color: #AF663F; font-weight: normal; font-style: normal;}