diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index a76722c28..e9661c350 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -389,6 +389,9 @@ body.guide .main.container > * { background-color: rgba(0, 0, 0, 0.9); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); } +#example.index .introduction { + text-align: center; +} #example .masthead .grid { position: relative; z-index: 2; @@ -400,7 +403,6 @@ body.guide .main.container > * { display: table-cell; vertical-align: top; width: 100%; - text-align: center; } #example .introduction .buttons { margin-top: 3em; diff --git a/server/partials/header.html.eco b/server/partials/header.html.eco index 68356b04c..2567c9dd3 100755 --- a/server/partials/header.html.eco +++ b/server/partials/header.html.eco @@ -12,9 +12,8 @@

<%=@document.description %>

<% if @document.type is 'UI Element' or @document.type is 'UI View' or @document.type is 'UI Collection': %>
-
- Definition Mode - +
+ Definition
<% end %> <% if @document.type is 'UI Module': %> @@ -25,7 +24,7 @@ <% end %> <% if @document.themes?: %>