Browse Source

Fix Angular.js page headings

Thibaut Courouble 8 years ago
parent
commit
9258403c36
1 changed files with 3 additions and 4 deletions
  1. 3 4
      assets/stylesheets/pages/_angularjs.scss

+ 3 - 4
assets/stylesheets/pages/_angularjs.scss

@@ -25,12 +25,11 @@
   p > code, li > code, td > code { @extend %label; }
 
   .view-source, .improve-docs {
-    position: relative;
-    float: right;
-    line-height: 1.7rem;
+    order: 1;
+    display: block;
+    vertical-align: top;
     padding-left: 1em;
     font-size: .875rem;
-    background: $contentBackground;
   }
 
   .defs {