Skip to content

Commit b31e2cf

Browse files
authored
Update style.css
1 parent 08e7b86 commit b31e2cf

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

public_html/style.css

-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
body {
33
background-color: #F4F6F9;
4-
/*height: 100vh;*/
5-
/*overflow-y: hidden;*/
64
}
75

86
.container-fluid {
@@ -12,7 +10,6 @@ body {
1210

1311
#side-menu {
1412
height: 100vh;
15-
/*position: fixed;*/
1613
background-color: #343a40;
1714
padding: 0;
1815
overflow-x: hidden;
@@ -22,9 +19,6 @@ body {
2219
background-color: #343a40;
2320
z-index: 10;
2421
height: auto;
25-
/*position: fixed;*/
26-
/*top: 0px;*/
27-
/*width: 100%;*/
2822
padding-top: 10px;
2923
padding-bottom: 10px;
3024
}
@@ -181,21 +175,15 @@ ul {
181175
}
182176

183177
.titlerow {
184-
/*background-color: white;*/
185178
height: auto;
186179
padding: 30px;
187180
padding-top: 0;
188181
padding-bottom: 0;
189-
/*box-shadow: #DDD 0 0 8px 1px ;*/
190-
/*border-radius: .125rem;*/
191182
}
192183

193184
.minicourses {
194-
/*background-color: white;*/
195185
height: auto;
196186
padding: 20px;
197-
/*box-shadow: #DDD 0 0 8px 1px ;*/
198-
/*border-radius: .125rem;*/
199187
}
200188

201189
.minicourses-list {
@@ -213,13 +201,11 @@ ul {
213201

214202
.minicourses-list-li-div {
215203
width: 100%;
216-
/*padding-top: 10px;*/
217204
height: auto;
218205
border-bottom: solid 2px #EEE;
219206
background-color: white;
220207
box-shadow: #DDD 0 0 8px 1px;
221208
border-radius: .125rem;
222-
/*cursor: pointer;*/
223209
}
224210

225211
#minicourses-list > li {

0 commit comments

Comments
 (0)