Changeset - c8b457add52a
[Not reviewed]
default
0 2 0
Ethan Zonca - 15 years ago 2011-03-18 16:44:27
ez@ethanzonca.com
Minor output styling changes, etc
2 files changed with 11 insertions and 0 deletions:
0 comments (0 inline, 0 general)
styles/output.css
Show inline comments
 
@@ -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;
 
}
styles/print.css
Show inline comments
 
@@ -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;
 
}
0 comments (0 inline, 0 general)