box shadow

This commit is contained in:
Peter Cottle 2013-03-10 13:00:33 -07:00
parent 427b45f60f
commit 63a8d385bf
3 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -13,7 +13,7 @@
<meta property="og:image" content="http://pcottle.github.com/learnGitBranching/assets/learnGitBranching.png"/>
<meta property="og:description" content="A interactive Git visualization tool to educate and challenge!"/>
<link rel="stylesheet" href="build/main.d96da46a.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="build/main.5fc7ddb9.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="src/style/font-awesome.css" type="text/css" charset="utf-8">
</head>
<body>

View file

@ -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 {