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
 
@@ -98,12 +98,17 @@ td{
 
.class7 { background: #e8e8e8; }
 
.class8 { background: #111111; color: #fff; } 
 
.class9 { background: #00437d; color: #fff; }
 
.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;
 
}
 

	
 
#tabs ul {
 
  text-align: center;
styles/print.css
Show inline comments
 
@@ -76,6 +76,12 @@ div.scroller div.section div.txt {
 
}
 

	
 
#show-box
 
{ 
 
  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)