summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
504f2f7)
Floating some of the cells in the changeset browser onto the following
line should mean we don't need to scroll horizontally through that table.
#small_map, #browse_map {
width: 100% !important;
}
#small_map, #browse_map {
width: 100% !important;
}
+#changeset_list tr {
+ display: block;
+ clear: left;
+ width: 100%;
+}
+
+#changeset_list th {
+ display: none;
+}
+
+#changeset_list td {
+ display: block;
+ float: left;
+ padding-right: 10px;
+}
+
+#changeset_list td.comment, #changeset_list td.area {
+ width: 96%;
+ clear: left;
+}
/* Rules for the diary entries pages */
/* Rules for the diary entries pages */