Changeset - e29c8777c6ad
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2010-10-18 23:27:41
ez@ethanzonca.com
Styling fixes
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
styles/output.css
Show inline comments
 
@@ -46,25 +46,25 @@ td{
 
.class2 { background: #c76b69; }
 
.class3 { background: #696fc7; }
 
.class4 { background: #69a7c7; }
 
.class5 { background: #c769c6; }
 
.class6 { background: #989898; }
 
.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; }
 

	
 
#tabs table {
 
  clear: all;
 
  clear: both;
 
}
 

	
 
#tabs ul {
 
text-align: center;
 
margin: auto;
 
margin-top: 10px;
 
margin-bottom: 2px; 
 
}
 
#tabs table {
 
  margin: auto;
 
}
 
#tabs li a{
 
@@ -87,13 +87,14 @@ margin-bottom: 2px;
 
#tabs li a:hover, .ui-tabs-selected a  {
 
        background: rgba(200,200,200,1)!important;
 
        color: rgb(0,0,0)!important;
 
}
 
#tabs li a:active {
 
        color: rgba(200,200,200,1);
 
}
 
#tabs {
 
  min-width: 400px;
 
  max-width: 650px;
 
  margin: auto;
 
}
 
#tabs li, .ui-corner-all, .ui-corner-top { border: none;!important, background: none!important; }
 
#tabs li, .ui-corner-all, .ui-corner-top { background: none!important; }
 
#tabs li { border: none!important; }
0 comments (0 inline, 0 general)