From f67af2471101b0127b036e893f8bb494bfe8ba85 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 3 Sep 2013 12:10:27 +0000 Subject: [PATCH] style(css) "{" -> " {" --- css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index d71b8634..c6faf440 100644 --- a/css/style.css +++ b/css/style.css @@ -180,7 +180,7 @@ body { #path{ margin-left:1.5%; } -.left, #left{ +.left, #left { float:left; } @@ -189,14 +189,14 @@ body { transition: ease 0.05s; } -.selected-file, .selected-file .name > a{ +.selected-file, .selected-file .name > a { color: rgb(254,159,224); } -.right, #right{ +.right, #right { float:right; } -.panel{ +.panel { width: 46%; overflow-y: auto; border: 1.5px solid rgba(49, 123, 249, .40); @@ -204,7 +204,7 @@ body { padding: 20px; } -#keyspanel{ +#keyspanel { text-align: center; }