Mr.doob
11 лет назад
Родитель
Сommit
70231347cb
|
@@ -16,6 +16,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
body {
|
|
body {
|
|
|
|
+ background-color: #ffffff;
|
|
margin: 0;
|
|
margin: 0;
|
|
padding: 0 0 0 260px;
|
|
padding: 0 0 0 260px;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -26,7 +26,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
h1 {
|
|
h1 {
|
|
- margin-top: 20px;
|
|
|
|
|
|
+ margin-top: 30px;
|
|
margin-bottom: 40px;
|
|
margin-bottom: 40px;
|
|
font-size: 25px;
|
|
font-size: 25px;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
@@ -42,6 +42,7 @@
|
|
width: 310px;
|
|
width: 310px;
|
|
height: 100%;
|
|
height: 100%;
|
|
overflow: scroll;
|
|
overflow: scroll;
|
|
|
|
+ background: #fafafa;
|
|
}
|
|
}
|
|
|
|
|
|
#panel #list {
|
|
#panel #list {
|