Skip to content

Commit

Permalink
changed page border, added shadow to sidbar
Browse files Browse the repository at this point in the history
  • Loading branch information
bbirman committed Jun 15, 2012
1 parent c1aa9f3 commit 27a6d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/web/tests-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
border-radius:15px;
-moz-box-shadow: 10px 10px 5px #615A5A;
-webkit-box-shadow: 10px 10px 5px #615A5A;
box-shadow: 0px 1px 2px 2px #615A5A">
box-shadow: 0px 1px 5px 5px #888">

<div class="row-fluid">

Expand Down Expand Up @@ -169,7 +169,7 @@ <h3>Run 4</h3>
</div>
</div>

<div class="span10" style="background-color:white; padding: 15px; margin-right:0px; border-top-right-radius:15px; border-bottom-right-radius:15px " id="content">
<div class="span10" style="background-color:white; padding: 15px; margin-right:0px; border-top-right-radius:15px; border-bottom-right-radius:15px; box-shadow: inset 3px 0px 3px #888; " id="content">
<!--Body content-->

<ul class="breadcrumb">
Expand Down

0 comments on commit 27a6d51

Please sign in to comment.