# HG changeset patch # User Ethan Zonca # Date 2011-03-18 16:44:27 # Node ID c8b457add52a81a7bd2a8b8e20be9786c50e0e4a # Parent 318a910b91ad0e321f1cff81e994473da8679b83 Minor output styling changes, etc diff --git a/styles/output.css b/styles/output.css --- a/styles/output.css +++ b/styles/output.css @@ -101,6 +101,11 @@ td{ .class10 { background: #7e2400; color: #fff; } .permuteNum { border-bottom: 1px solid #000; font-weight: bold; color: #fff; background: #222; } +.top, .multi, .end { + -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1), -1px 2px 2px rgba(0,0,0,0.6); + -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2); + box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2); +} #tabs table { clear: both; } diff --git a/styles/print.css b/styles/print.css --- a/styles/print.css +++ b/styles/print.css @@ -79,3 +79,9 @@ div.scroller div.section div.txt { { display: none; } + +.top,.multi.,end { + -moz-box-shadow: none!important; + -webkit-box-shadow: none!important; + box-shadow: none!important; +}