Changeset - b7f7885ca588
[Not reviewed]
default
0 2 0
Ethan Zonca - 15 years ago 2011-03-30 11:15:26
ez@ethanzonca.com
Styling fixes, etc
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
styles/glider.css
Show inline comments
 
@@ -16,13 +16,13 @@
 
 * You should have received a copy of the GNU Affero General Public License
 
 * along with SlatePermutate.  If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
div.scroller { 
 
	/* modify width and height of scrolling section if necessary	*/		
 
	width: 626px; 
 
	width: 1200px; 
 
	/* height: 300px;*/
 
	overflow: hidden;
 
	border:0;
 
	padding:0;
 
	margin:0;
 
}
styles/output.css
Show inline comments
 
@@ -155,13 +155,13 @@ td{
 
}
 
#tabs li a:active {
 
        color: rgba(200,200,200,1);
 
}
 
#tabs {
 
  min-width: 400px;
 
  max-width: 650px;
 
  max-width: 750px;
 
  margin: auto;
 
}
 
#tabs li /* , .ui-corner-all, .ui-corner-top */ { background: none!important; }
 
#tabs li { border: none!important; }
 

	
 
.show-buttons {
0 comments (0 inline, 0 general)