We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fdff4 commit ece0882Copy full SHA for ece0882
web/assets/v5/css/style.css
@@ -1,6 +1,6 @@
1
body {
2
color: #353b44;
3
- background: #fff url('../img/congruent_pentagon.png');
+ background: #fff;
4
font-family: Helvetica, Arial, sans-serif;
5
font-weight: 300;
6
}
@@ -151,6 +151,7 @@ legend {
151
152
153
#main-content {
154
+ background: url('../img/congruent_pentagon.png');
155
margin-left: 205px;
156
line-height: 1.8;
157
font-size: 15px;
@@ -171,6 +172,7 @@ legend {
171
172
height: 100%;
173
position: fixed;
174
background: #fff;
175
+ border-right: 1px solid #D7D7D7;
176
overflow-y: auto;
177
178
@@ -250,7 +252,6 @@ legend {
250
252
251
253
outline: none;
254
transition: all 0.3s ease;
- border-right: 1px solid #D7D7D7;
255
border-bottom: 1px solid #D7D7D7;
256
overflow:hidden;
257
0 commit comments