Fossil SCM

Added clear:both to HR elements, primarily to fix right-floating README.txt on the /dir page in some skins.

stephan 2020-08-12 12:07 trunk
Commit a4c1b36ee6e0d875e05ae56c73f26cb98aafae965bb6f900b4fa578e8e3df8e0
1 file changed +4
--- src/default.css
+++ src/default.css
@@ -948,10 +948,14 @@
948948
}
949949
img {
950950
max-width: 100%;
951951
height: auto;
952952
}
953
+hr {
954
+ /* Needed to keep /dir README.txt from floating right in some skins */
955
+ clear: both;
956
+}
953957
954958
/**
955959
.tab-xxx: styles for fossil.tabs.js.
956960
*/
957961
.tab-container {
958962
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button