|
Last change
on this file since 274 was
274,
checked in by g7moreau, 7 years ago
|
- Change footer and add div
|
|
File size:
686 bytes
|
| Line | |
|---|
| 1 | h1 { |
|---|
| 2 | border-bottom: 2px solid; |
|---|
| 3 | border-color: black; |
|---|
| 4 | border-left: 2px solid; |
|---|
| 5 | border-radius: 0px 0px 0px 3ex; |
|---|
| 6 | } |
|---|
| 7 | |
|---|
| 8 | /* https://stackoverflow.com/questions/14920401/how-to-simulate-hfill-with-html-and-css */ |
|---|
| 9 | h1 ul { |
|---|
| 10 | display: flex; |
|---|
| 11 | justify-content: space-between; |
|---|
| 12 | margin: 0.5ex; |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | h1 li { |
|---|
| 16 | display: inline; |
|---|
| 17 | } |
|---|
| 18 | |
|---|
| 19 | td.bold { |
|---|
| 20 | font-weight: bold; |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | /* footer */ |
|---|
| 25 | .footer hr { |
|---|
| 26 | border-style: solid; |
|---|
| 27 | border-width: 1px; |
|---|
| 28 | color: black; |
|---|
| 29 | margin-top: 4ex; |
|---|
| 30 | width: 70%; |
|---|
| 31 | } |
|---|
| 32 | |
|---|
| 33 | .footer ul { |
|---|
| 34 | margin-top: 0.8ex; |
|---|
| 35 | } |
|---|
| 36 | |
|---|
| 37 | div.footer { |
|---|
| 38 | font-size: xx-small; |
|---|
| 39 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.