| Index: dashboard/dashboard/static/base.css
|
| diff --git a/dashboard/dashboard/static/base.css b/dashboard/dashboard/static/base.css
|
| index cd84cc7879d7e23d5a1a04bf7fdc845f0811cfd2..c053a52eb3be8f0e6df42cca307aaec2dc031c27 100644
|
| --- a/dashboard/dashboard/static/base.css
|
| +++ b/dashboard/dashboard/static/base.css
|
| @@ -16,9 +16,7 @@ body {
|
| margin: 0;
|
| padding: 0 10px;
|
| display: flex;
|
| - display: -webkit-flex;
|
| flex-direction: column;
|
| - -webkit-flex-direction: column;
|
| min-height: 100%;
|
| }
|
|
|
| @@ -28,7 +26,6 @@ nav-bar {
|
|
|
| h1 {
|
| align-self: center;
|
| - -webkit-align-self: center;
|
| }
|
|
|
| a:link {
|
| @@ -82,7 +79,7 @@ iframe {
|
| height: 27px;
|
| line-height: 27px;
|
| padding: 0px 8px;
|
| - -webkit-user-select: none;
|
| + user-select: none;
|
| }
|
|
|
| .kennedy-button {
|
|
|