diff --git a/src/app.less b/src/app.less index d831993..6a5cfb6 100644 --- a/src/app.less +++ b/src/app.less @@ -82,6 +82,9 @@ strong {font-weight:700;} mark {color: @cms_brand_secondary;} a {text-decoration:none; color: @cms_brand_secondary;} a:hover {color:#901624;} +a:focus { + outline: none; +} /*-------------------------------------------------------------- @@ -204,7 +207,7 @@ button{ /*-------------------------------------------------------------- # Content Area --------------------------------------------------------------*/ -.content_area {position:absolute; left:70px; top:40px; right:0px; height: 100%;} +.content_area {position:absolute; left:70px; top:50px; right:0px; height: 100%;} .content_main {position:relative; top:0px; padding:25px;} .cms_content_main_headline {margin-bottom:20px; position:relative;} diff --git a/src/components/sidebar.vue b/src/components/sidebar.vue index 59e6b65..e2e62ae 100644 --- a/src/components/sidebar.vue +++ b/src/components/sidebar.vue @@ -19,6 +19,7 @@ \ No newline at end of file