From b2fd220041c1e013074a850bf8dbc0e461a48d6d Mon Sep 17 00:00:00 2001 From: Richard Torruellas Date: Fri, 11 Jul 2014 08:04:33 -0700 Subject: [PATCH 1/2] adding some seperation between commands --- app/styles/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/main.css b/app/styles/main.css index a7b98597..28a112da 100644 --- a/app/styles/main.css +++ b/app/styles/main.css @@ -1,6 +1,5 @@ body { - background: #f8f8f8; color: #000; font-family: Georgia, serif; font-size: 16px; @@ -24,7 +23,9 @@ ul { } li { + border-bottom: 1px dashed #f8f8f8; list-style-type: none; + padding: 5px 0; } kbd { From 22aa5b192b22f2683980968fe032bc322670e394 Mon Sep 17 00:00:00 2001 From: Richard Torruellas Date: Fri, 11 Jul 2014 08:08:50 -0700 Subject: [PATCH 2/2] fixiing classes --- app/index.html | 2 +- app/styles/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/index.html b/app/index.html index 7f35fa0f..1cf5b913 100644 --- a/app/index.html +++ b/app/index.html @@ -162,7 +162,7 @@

<%= tabs.title %>

Languages

-
+
  • en_us
  • ja
  • diff --git a/app/styles/main.css b/app/styles/main.css index 28a112da..6282e22d 100644 --- a/app/styles/main.css +++ b/app/styles/main.css @@ -23,7 +23,7 @@ ul { } li { - border-bottom: 1px dashed #f8f8f8; + border-bottom: 1px dashed #e0e0e0; list-style-type: none; padding: 5px 0; }