Browse Source

Merge pull request #913 from Yakindu/doc_tweaking_edit_on_github

Documentation: Minor CSS tweaks for "Edit on GitHub"
Thomas Kutz 9 years ago
parent
commit
a492a5e536
1 changed files with 3 additions and 2 deletions
  1. 3 2
      plugins/org.yakindu.sct.doc.user/css/ysct.css

+ 3 - 2
plugins/org.yakindu.sct.doc.user/css/ysct.css

@@ -120,13 +120,14 @@ span.pro-feature:before {
 .sct-docs h1 {
 	/* Make some room for the "Edit on GitHub link": */
 	margin-right: 10rem;
+	clear: left;
 }
 
 .sct-docs .edit-on-github {
 	float: right;
-	text-align: right;
+	line-height: 45px;
 	position: relative;
-	top: 4ex;
+	margin: 0;
 }
 
 .eclipsehelp .edit-on-github {