Changesets can be listed by changeset number.
The Git repository is here.
Changeset 215
Extra styling to help out with functional specifications.
- Comitted by: rool
- Date: Tuesday May 29 22:11:25 2007 (over 17 years ago)
Affected files:
rool/rails/i2/trunk/public/stylesheets/instiki.css:
prev. | current | |
{ | ||
font: normal 125% Arial, Verdana, Helvetica, sans-serif; | ||
color: #989875; | ||
19 | margin-top: 16px; | |
} | ||
/* Put a thin green line under the byline (revision info), | ||
... | ... | |
blockquote { display: block; font-size: 90%; margin: 0 0 1.5em 0; padding: 0 2.5em; line-height: 1.5em; font-style: italic; } | ||
55 | ||
56 | pre { | |
57 | font-size: 90%; | |
58 | padding: 1em; | |
59 | overflow: auto; | |
60 | background-color: #EEE; | |
61 | border: 1px solid #CCC; | |
62 | } | |
ol.setup { font-size: 110%; font-family: georgia, verdana, sans-serif; padding-left: 1.5em; margin-top: 1em; } | ||
... | ... | |
/* Affects the display of "category: ..." */ | ||
.property { color: #999; font-size: 80%; } | ||
99 | ||
100 | /* Styles designed specifically for content */ | |
101 | ||
102 | table { | |
103 | border-collapse: collapse; | |
104 | } | |
105 | ||
106 | dt { | |
107 | padding-top: 14px; | |
108 | font-weight: bold; | |
109 | } | |
110 | ||
111 | dl.commands dt { | |
112 | margin-left: 2em; | |
113 | } | |
114 | ||
115 | dl.commands dd { | |
116 | margin-left: 4em; | |
117 | } | |
118 | ||
119 | dl.commands dt:first-child { | |
120 | margin-left: 0; | |
121 | margin-bottom: 14px;; | |
122 | } |