Skip to content

Commit 625b899

Browse files
made index more pretty, fixed icons-group12 module.json
1 parent b8a9fc4 commit 625b899

5 files changed

Lines changed: 89 additions & 57 deletions

File tree

._template/index/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
margin: 0;
8080
}
8181

82+
.module.module-1 {
83+
clear: left;
84+
}
85+
8286
@media (min-width: 768px) {
8387
.module {
8488
width: 50%;
@@ -129,6 +133,14 @@
129133
list-style: none;
130134
}
131135

136+
.gui-list-version > li {
137+
padding: 0 12px;
138+
}
139+
140+
.gui-list-version > li:nth-child(2n) {
141+
background-color: rgba(100,100,100,0.1);
142+
}
143+
132144
.version-headline {
133145
display: inline-block;
134146
min-width: 60px;

0 commit comments

Comments
 (0)