From 7894b8455bb471434c7c00e4e96d5e4e20d021d8 Mon Sep 17 00:00:00 2001 From: BcRikko Date: Fri, 8 Feb 2019 21:58:26 +0900 Subject: [PATCH] feat(style.css): fix broken layout --- demo/style.css | 6 +----- index.html | 35 +++++++++++++++++------------------ 2 files changed, 18 insertions(+), 23 deletions(-) diff --git a/demo/style.css b/demo/style.css index 50c5f6f3..2e09a03b 100644 --- a/demo/style.css +++ b/demo/style.css @@ -115,14 +115,10 @@ div.containers > .nes-container { } .code { - box-sizing: border-box; display: none; - padding: 15px 0 0 15px; + padding: 0; margin-top: -20px; - overflow: auto; font-size: 0.85em; - color: #e76e55; - background-color: rgba(45, 45, 45, 0.9); } .copy { diff --git a/index.html b/index.html index 4fe98023..a2df59c3 100644 --- a/index.html +++ b/index.html @@ -64,9 +64,8 @@

Buttons

<button type="button" class="nes-btn is-success">Success</button> <button type="button" class="nes-btn is-warning">Warning</button> <button type="button" class="nes-btn is-error">Error</button> -<button type="button" class="nes-btn is-disabled">Disabled</button> - - +<button type="button" class="nes-btn is-disabled">Disabled</button> +
@@ -523,37 +522,37 @@

Progress

Badges