Differences From Artifact [9692c6d6e7]:
- File styles/default/style.css — part of check-in [6e005f4a7a] at 2014-07-08 11:21:36 on branch trunk — styles/default/style.css: Fix footer style missing. (user: tux size: 788)
To Artifact [d263e4246a]:
- File styles/default/style.css — part of check-in [a15345d8a1] at 2014-07-08 11:42:55 on branch trunk — styles/default/style.css: Add missing sidebar CSS. (user: tux size: 875)
| ︙ | |||
43 44 45 46 47 48 49 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + + + + - + |
padding: 0.2em;
padding-top: 0;
}
#dashboard form {
float: right;
display: inline;
}
#sidebar {
float: right;
border: 0.1em solid #ddd;
box-shadow: 0 0.1em 0.1em #000;
|