Fossil SCM
Added clear:both to HR elements, primarily to fix right-floating README.txt on the /dir page in some skins.
Commit
a4c1b36ee6e0d875e05ae56c73f26cb98aafae965bb6f900b4fa578e8e3df8e0
Parent
e7c348f1d9d3731…
1 file changed
+4
+4
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -948,10 +948,14 @@ | ||
| 948 | 948 | } |
| 949 | 949 | img { |
| 950 | 950 | max-width: 100%; |
| 951 | 951 | height: auto; |
| 952 | 952 | } |
| 953 | +hr { | |
| 954 | + /* Needed to keep /dir README.txt from floating right in some skins */ | |
| 955 | + clear: both; | |
| 956 | +} | |
| 953 | 957 | |
| 954 | 958 | /** |
| 955 | 959 | .tab-xxx: styles for fossil.tabs.js. |
| 956 | 960 | */ |
| 957 | 961 | .tab-container { |
| 958 | 962 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -948,10 +948,14 @@ | |
| 948 | } |
| 949 | img { |
| 950 | max-width: 100%; |
| 951 | height: auto; |
| 952 | } |
| 953 | |
| 954 | /** |
| 955 | .tab-xxx: styles for fossil.tabs.js. |
| 956 | */ |
| 957 | .tab-container { |
| 958 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -948,10 +948,14 @@ | |
| 948 | } |
| 949 | img { |
| 950 | max-width: 100%; |
| 951 | height: auto; |
| 952 | } |
| 953 | hr { |
| 954 | /* Needed to keep /dir README.txt from floating right in some skins */ |
| 955 | clear: both; |
| 956 | } |
| 957 | |
| 958 | /** |
| 959 | .tab-xxx: styles for fossil.tabs.js. |
| 960 | */ |
| 961 | .tab-container { |
| 962 |