Changeset 82b11d


Ignore:
Timestamp:
05/11/10 09:19:10 (3 years ago)
Author:
Tiago de Paula Peixoto <tiago@…>
Branches:
master, python3
Children:
00a53d
Parents:
a3b9e7
git-author:
Tiago de Paula Peixoto <tiago@…> (05/10/10 12:30:24)
git-committer:
Tiago de Paula Peixoto <tiago@…> (05/11/10 09:19:10)
Message:
New documentation theme
Location:
doc/gt_theme
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/gt_theme/static/gt_style.css

    r2db745 r82b11d  
    1 @import url("default.css"); 
     1@import url("flasky.css"); 
    22 
    33table.docutils td { 
     
    2727   clear: both; 
    2828} 
     29 
     30table.docutils td { 
     31    padding-left: 0.5em; 
     32} 
     33 
     34table.citation td, table.citation th, table.citation { 
     35    -moz-box-shadow: None; 
     36    border: 0px; 
     37    padding: 0.25em 0.7em; 
     38} 
  • doc/gt_theme/theme.conf

    r2db745 r82b11d  
    11[theme] 
    2 inherit = default 
     2inherit = nature 
    33stylesheet = gt_style.css 
     4pygments_style = tango 
Note: See TracChangeset for help on using the changeset viewer.