Skip to content

Commit ece0882

Browse files
committed
Adds border to sidebar
1 parent 48fdff4 commit ece0882

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web/assets/v5/css/style.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
22
color: #353b44;
3-
background: #fff url('../img/congruent_pentagon.png');
3+
background: #fff;
44
font-family: Helvetica, Arial, sans-serif;
55
font-weight: 300;
66
}
@@ -151,6 +151,7 @@ legend {
151151
}
152152

153153
#main-content {
154+
background: url('../img/congruent_pentagon.png');
154155
margin-left: 205px;
155156
line-height: 1.8;
156157
font-size: 15px;
@@ -171,6 +172,7 @@ legend {
171172
height: 100%;
172173
position: fixed;
173174
background: #fff;
175+
border-right: 1px solid #D7D7D7;
174176
overflow-y: auto;
175177
}
176178

@@ -250,7 +252,6 @@ legend {
250252
font-weight: 300;
251253
outline: none;
252254
transition: all 0.3s ease;
253-
border-right: 1px solid #D7D7D7;
254255
border-bottom: 1px solid #D7D7D7;
255256
overflow:hidden;
256257
}

0 commit comments

Comments
 (0)