Changesets can be listed by changeset number.
The Git repository is here.
Changeset 394
Headings at level 3 following headings at level 2 looked odd, with
the two pieces of text too close together, because of the colouring
applied to H3 text. Added a CSS 3 selector to push these apart on
browsers which support such things.
- Comitted by: rool
- Date: Monday March 21 15:58:30 2011 (over 13 years ago)
Affected files:
rool/www/static/trunk/css/risc_os_open_2011.css:
prev. | current | |
color: #61377a; | ||
} | ||
87 | h2 ~ h3 | |
88 | { | |
89 | margin-top: 14px; | |
90 | } | |
91 | ||
/* Common form element and form-related styles */ | ||
input[type="text"], input[type="password"], textarea, select |