From 80f4922628977bf2112e0e71c8e0eaf9c4e29172 Mon Sep 17 00:00:00 2001 From: Valter Strods Date: Fri, 15 Aug 2014 20:02:27 +0300 Subject: [PATCH] Display .sheets .btn.right by default Fix #8 This commit reenables the "see previous versions" button on the stylesheet modification page. This button was being hidden previously before as it was linking to something else that was deemed not needed but should now be interactive as people should have quick access to the stylesheet history. --- Naut CSS.css | 1 - 1 file changed, 1 deletion(-) diff --git a/Naut CSS.css b/Naut CSS.css index 30f6d5b1..4015c9eb 100644 --- a/Naut CSS.css +++ b/Naut CSS.css @@ -1568,7 +1568,6 @@ font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; } - .sheets .btn.right {display: none;} .sheets .col textarea {width: 100%;background-color: #fff;} .sheets .col textarea:hover {border-color: #B1B1B1;} .sheets .col textarea:focus {border-color: #5b92fa;}