From 63a8d385bf7e2d3f979a4f4ed711fb485323dbe3 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Sun, 10 Mar 2013 13:00:33 -0700 Subject: [PATCH] box shadow --- build/{main.d96da46a.css => main.5fc7ddb9.css} | 2 +- index.html | 2 +- src/style/main.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename build/{main.d96da46a.css => main.5fc7ddb9.css} (99%) diff --git a/build/main.d96da46a.css b/build/main.5fc7ddb9.css similarity index 99% rename from build/main.d96da46a.css rename to build/main.5fc7ddb9.css index 91c7bd6c..a27a184d 100644 --- a/build/main.d96da46a.css +++ b/build/main.5fc7ddb9.css @@ -466,7 +466,7 @@ p.commandLine span.prompt { #commandLineHistory { margin: 10px; border-radius: 5px; - box-shadow: 1px 0px 15px rgba(255,255,255,1); + box-shadow: 1px 0px 15px rgba(100, 100, 100, 1); } #commandLineHistory #terminal.scrolling { diff --git a/index.html b/index.html index 4b7a569e..9f0185cf 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + diff --git a/src/style/main.css b/src/style/main.css index 91c7bd6c..a27a184d 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -466,7 +466,7 @@ p.commandLine span.prompt { #commandLineHistory { margin: 10px; border-radius: 5px; - box-shadow: 1px 0px 15px rgba(255,255,255,1); + box-shadow: 1px 0px 15px rgba(100, 100, 100, 1); } #commandLineHistory #terminal.scrolling {