diff --git a/guides/assets/images/edge_badge.png b/guides/assets/images/edge_badge.png deleted file mode 100644 index a3c1843d1d..0000000000 Binary files a/guides/assets/images/edge_badge.png and /dev/null differ diff --git a/guides/assets/stylesheets/main.css b/guides/assets/stylesheets/main.css index bfaa78888f..4f77c61b71 100644 --- a/guides/assets/stylesheets/main.css +++ b/guides/assets/stylesheets/main.css @@ -733,10 +733,16 @@ div.important p, div.caution p, div.warning p, div.note p, div.info p { #edge-badge { position: fixed; - right: 0px; - top: 0px; + right: 0; + top: 0; z-index: 100; - border: none; + color: white; + font-size: 30px; + transform: rotate(45deg) translate(27.5%, -40%); + min-width: 200px; + font-weight: bold; + background: #222; + border: red 2px solid; } /* Foundation v2.1.4 http://foundation.zurb.com */ diff --git a/guides/source/layout.html.erb b/guides/source/layout.html.erb index 995c28a819..d79c6b1e39 100644 --- a/guides/source/layout.html.erb +++ b/guides/source/layout.html.erb @@ -24,7 +24,7 @@ <% if @edge %>
- edge-badge +
edge
<% end %>