Changeset 82b11d
- Timestamp:
- 05/11/10 09:19:10 (3 years ago)
- 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)
- Location:
- doc/gt_theme
- Files:
-
- 1 added
- 2 edited
-
static/flasky.css (added)
-
static/gt_style.css (modified) (2 diffs)
-
theme.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/gt_theme/static/gt_style.css
r2db745 r82b11d 1 @import url(" default.css");1 @import url("flasky.css"); 2 2 3 3 table.docutils td { … … 27 27 clear: both; 28 28 } 29 30 table.docutils td { 31 padding-left: 0.5em; 32 } 33 34 table.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 1 1 [theme] 2 inherit = default2 inherit = nature 3 3 stylesheet = gt_style.css 4 pygments_style = tango
Note: See TracChangeset
for help on using the changeset viewer.


