Fossil SCM
Removed redundant sidebar styling; should've been done as part of [bcbd1c1e].
Commit
8aff48548af896c1dade0e0ed535f514a45150a83be48566b2472f0b706dfcda
Parent
2a7b1de356d12a5…
1 file changed
-8
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -701,14 +701,6 @@ | ||
| 701 | 701 | * above, expressed as padding instead of margin so it adds to the |
| 702 | 702 | * outer margin instead of forcing the browser into picking one. */ |
| 703 | 703 | .local-indent { |
| 704 | 704 | padding-left: 30pt; |
| 705 | 705 | } |
| 706 | - | |
| 707 | - /* Float sidebars to the right of the main content only on screens big | |
| 708 | - * enough to give enough room for both. Margin needed only then. */ | |
| 709 | - .sidebar { | |
| 710 | - float: right; | |
| 711 | - max-width: 33%; | |
| 712 | - margin-left: 1em; | |
| 713 | - } | |
| 714 | 706 | } |
| 715 | 707 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -701,14 +701,6 @@ | |
| 701 | * above, expressed as padding instead of margin so it adds to the |
| 702 | * outer margin instead of forcing the browser into picking one. */ |
| 703 | .local-indent { |
| 704 | padding-left: 30pt; |
| 705 | } |
| 706 | |
| 707 | /* Float sidebars to the right of the main content only on screens big |
| 708 | * enough to give enough room for both. Margin needed only then. */ |
| 709 | .sidebar { |
| 710 | float: right; |
| 711 | max-width: 33%; |
| 712 | margin-left: 1em; |
| 713 | } |
| 714 | } |
| 715 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -701,14 +701,6 @@ | |
| 701 | * above, expressed as padding instead of margin so it adds to the |
| 702 | * outer margin instead of forcing the browser into picking one. */ |
| 703 | .local-indent { |
| 704 | padding-left: 30pt; |
| 705 | } |
| 706 | } |
| 707 |