|
|
@@ -323,19 +323,22 @@ input {
|
|
|
#go_toc {
|
|
|
display: inline-block;
|
|
|
padding: 10px;
|
|
|
- border-left: 2px solid gainsboro;
|
|
|
+ border-left: 2px solid white;
|
|
|
+ width: 25px;
|
|
|
}
|
|
|
|
|
|
#go_top {
|
|
|
display: inline-block;
|
|
|
padding: 10px;
|
|
|
- border-right: 2px solid gainsboro;
|
|
|
+ border-right: 2px solid white;
|
|
|
+ width: 25px;
|
|
|
}
|
|
|
|
|
|
#go_bottom {
|
|
|
display: inline-block;
|
|
|
padding-left: 5px;
|
|
|
padding-right: 5px;
|
|
|
+ width: 25px;
|
|
|
}
|
|
|
|
|
|
#nav_bar {
|
|
|
@@ -343,5 +346,7 @@ input {
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
- border: 2px solid gainsboro;
|
|
|
+ border: 2px solid white;
|
|
|
+ background: gainsboro;
|
|
|
+ text-align: center;
|
|
|
}
|