View Single Post
  #411  
Old 01-30-2014, 02:58 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Bootstrap 3.1.0 was just released.

I'll be testing thoroughly, but you should be able to add the new CDN URLs to without too many issues.

//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css
//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js

One small issue noticed so far, in skin/reboot/css/reboot.css

Replace...
Quote:
.input-tiny { width: 45px; padding: 6px 6px; display: inline-block; }
.input-mini { width: 60px; padding: 6px 6px; display: inline-block; }
With...
Quote:
.input-tiny { width: 45px!important; padding: 6px 6px; display: inline-block; }
.input-mini { width: 60px!important; padding: 6px 6px; display: inline-block; }
__________________
xcartmods.co.uk
Reply With Quote