-1
votes
1answer
16 views

Bootstrap - padding in span makes it bigger

<div class="row"> <div id="cover" class="span12"></div> </div> <div class="row"> <div id="first_left" class="span6 left"> ...
-1
votes
0answers
47 views

Bootstrap responsive for 1024x768 resolution [closed]

I don't understand why Bootstrap Responsive doesn't cover the resolutions between 980ps and 1199ps, where 1024x768 is one of the most used resolution! x < 767px OK 768px < x < ...
0
votes
1answer
40 views

Dotless fails silently when parsing Bootstrap 2.3.1 to CSS

Here's my LessTransform class I use to parse .less files into .css files: public class LessTransform : IBundleTransform { public void Process(BundleContext context, BundleResponse response) { ...
0
votes
0answers
46 views

Condense CSS definitions and HTML DIVs

I'm not sure if what I need is self-explanatory so I'll give it a try. Please, before proceeding, do note that : I'm using Twitter Bootstrap I'm also making extensive use of LESS So, I'm taking ...
0
votes
0answers
30 views

Weird error when importing Bootstrap as LESS

OK, so what I'm trying to do is pretty straightforward : I renamed my pre-customized Bootstrap CSS file to a .less extension (as the documentation seems to suggest) I'm @importing this less file at ...
0
votes
2answers
36 views

Make a textbox flat and blend into the page by removing border/glow

I have a textbox that seems to be confusing our users since they try to edit it and it's indellible. So I changed the background colour and removed the borders to basically just have it look like text ...
2
votes
1answer
76 views

Bootstrap Customization: Why should I use LESS?

I'm considering integrating LESS in my Bootstrap editor (Bootply.com) to conform to Bootstrap customization best practices, and support for mixins. However, I've yet to determine the specific ...
2
votes
2answers
69 views

Twitter Bootstrap Customization responsive

I want to set up bootstrap like that Twitter Bootstrap Customization Best Practices I want though the responsive version. I found this thread Twitter Bootstrap responsive css is not generated form the ...
-1
votes
1answer
32 views

bootstrap less not reflecting changes

I am using less with bootstrap but for some reasons the changes I make in my "variables.less" are not reflected in the generated css. Below is a code sample: <!DOCTYPE html> <html> ...
0
votes
0answers
23 views

Bootstrap Prefix

I have a problem after prefixing Bootstrap CSS in this way in bootstrap.less : .myprefix{ // Core variables and mixins @import "variables.less"; // Modify this for custom colors, font-sizes, etc ...
3
votes
1answer
47 views

Integrating Font Squirrel generated font in Twitter Bootstrap via LESS

I am attempting to use a font generated from Font Squirrel as the base font for Twitter Bootstrap (compiled from the LESS files). I am using Express.js with Node.js, and have included the font files ...
3
votes
2answers
95 views

Bootstrap variable overriding with LESS

I have been investigating for the whole day as I considered it would be worthwhile spending some time to learn best practice for customizing Bootstrap. I can see that there is a friendly ui available ...
2
votes
1answer
53 views

How can I get less.js and bootstrap to work?

I'm trying to get bootstrap and less.js working but I can't succeed... I have not worked much with less in the past, so I'm wondering if I'm missing something... It is runing on a synology server. On ...
0
votes
0answers
82 views

Rails Bootstrap 2.3.1 Navbar Color

I'm already trying for hours but I can't figure out how to change the navbar color and the navbar text color in my rails bootstrap project. I've read about .navbar-inner in some css files but nothing ...
2
votes
0answers
35 views

'double mixins' support in dotless

It seems that the dotless compiler cannot handle the following case. In the bootsrap buttons.less file I want to use the mixin: // Disabled state .btn.disabled, .btn[disabled] { cursor: default; ...
1
vote
1answer
38 views

Efficiently compiling customised Bootstrap LESS

I am using the Bootstrap framework for a website, with heavy customisation. I wanted to make sure that I could still upgrade Bootstrap in the future, so instead of directly modifying the LESS files I ...
0
votes
2answers
82 views

Change color scheme using BootstrapCDN

I am building a website using Bootstrap and am getting the files through BootstrapCDN. What is the best way to go about modifying the color scheme when using BootstrapCDN. Am I better off to not use ...
2
votes
1answer
66 views

LESS: access class inside media query as mixin

Suppose there's a declaration like this (it's Bootstrap actually): @media screen and (min-width: 768px) { .navbar { padding-top: 0; } } Is it possible to access .navbar inside this media ...
4
votes
6answers
104 views

How can I add outer rounded corners to a div?

I'm looking to add "outer" rounded corners to the selected sidebar item to give the effect that this item is "pouring" into the content well. In my example below, I'd like the .top to have a rounded ...
1
vote
2answers
322 views

How do I compile the Bootstrap-3.0.0-wip less folder to .css with Visual Studio and Web Essentials 2012?

How do I compile a folder of .less files (such as Bootstrap-3.0.0-wip) included into a Visual Studio 2012 MVC web project? I can compile .less to .css with external tools, but it is not clear how to ...
0
votes
1answer
80 views

How to make a custom-width centered container in Twitter Bootstrap?

I've been working with a very odd problem for the past day and I so far cannot understand where I am going wrong. Firstly, what I am trying to do, is create a single column fixed container layout ...
0
votes
1answer
32 views

LESS - go back to grandparent if child exists

This one is making me crazy. I have labels component in bootstrap v3. Labels have modifiers like label-danger (red color), label-success(green) etc. There is a need to distinguish whether label is a ...
0
votes
0answers
78 views

Bootrstrap in Express.js with LESS: include bootstrap folder in public/lib/?

I am totally a beginner in Express.js, and I am trying to build a simple website using Express,js, Jade and Less. The way I created my folder project is: $ mkdir myProj $ cd myProj $ express ...
1
vote
2answers
34 views

LESS: Access concatenated child of class

Suppose I've a declaration like this in a .less file that I can't modify (actually it's in Twitter Bootstrap): .nav-pills { > li { &.active > a, &.active > a:hover, ...
0
votes
1answer
99 views

Bootstrap navbar margins

I'd like to make the left and right margins of the navbar conetnt smaller so the "brand" (left most component) appears more on the left then the default and same for the right component. Can somebody ...
0
votes
1answer
95 views

Compiling LESS Twitter Bootstrap files in Ubuntu

I downloaded the twitter bootstrap https://github.com/twitter/bootstrap I am trying to compile the less files , but it giving me a NameError lessc wells.less test.css the error NameError: ...
0
votes
1answer
30 views

.less files don't get loaded correctly

I installed bootstrap with less for my new website. In my opinion there are not all .less-files compiled correctly. the content should scale down in a fluid way, when I resize the browser window. I ...
2
votes
1answer
79 views

Why is the .navbar mixin not working in Bootstrap 2.3?

I've been trying to convert the Bootstrap example of including the class in the HTML to using LESS mixins. So far I have succeeded, but I am running into problems with my menu. Currently I'm using the ...
2
votes
1answer
103 views

CSS inheritance issues with Ember.js

I'm having issues with getting Inspiritas as an Ember app. The index.html looks like below: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> ...
1
vote
1answer
249 views

Symfony2 MopaBootstrapBundle There is no “less” filter error

I get ("There is no "less" filter.") error on my pages, but I can't seem to resolve it. I have less installed on my mac. How do I tell symfony to use it ?
1
vote
1answer
181 views

Using Twitter Bootstrap in my Rails app, missing markup

I installed twitter-bootstrap-rails gem with less support by adding the following in my Gemfile: gem 'therubyracer' gem 'less-rails' gem 'twitter-bootstrap-rails' After running a bundle ...
1
vote
3answers
191 views

Less and Bootstrap: how to use a span3 (or spanX [any number]) class as a mixin?

Is it possibile to add span3 class in a mixin to avoid putting it in every element in my HTML? Something like: .myclass { .span3; // other rules... } EDIT I apologize I forgot to specify ...
0
votes
1answer
78 views

How do you set YII Bootstrap to only have one fixed size?

I know this kind of defeats the purpose of bootstrap, but for various (temporary) reasons I need to set the total width to 1000px, no matter what. The default sizes are imported in responsive.less: ...
0
votes
2answers
56 views

Twitter Bootstrap - Explanation of the Customization Page

If you go to http://twitter.github.com/bootstrap/customize.html you can customize Twitter-Bootstrap's css & js files to only include what you need. However, I don't really understand things like ...
0
votes
0answers
42 views

.less Bundle in Styles.Render Not Working in .aspx

I am working on a project that uses a .aspx page and I am not able to reference the Styles.Render correctly in the BundleConfig. I am using the bundle transformer and dotless in the bundle config and ...
2
votes
2answers
154 views

override less variables

I have the following stack: Symfony2 Twig with lessphp filter installed. Twitter Boostrap In base.css i have: // base.less @import '/path/to/bootstrap.less' @linkColor: 13px; Variable name is ...
2
votes
1answer
244 views

Overriding Bootstrap LESS variables after @import

I am trying to override some bootstrap LESS variables before compiling e.g. // Core variables @import "variables.less"; // Trying to override @white from variables.less @white: #de1de1; // other ...
0
votes
2answers
201 views

Bootstrap. less to css

I use twitter bootstrap. In my dev server I connect two less files: bootstrap.less and style.less: @import "bootstrap.less"; @gridGutterWidth: 30px; body {...} I redefined some bootstrap variables ...
0
votes
1answer
68 views

How to import variables between files with LESS - currently getting 'undefined'

Hey I'm relatively new to bootstrap and am trying to import bootstraps responsive css into my style.less file. i.e @import "css/bootstrap-responsive.css"; I'm then applying the following #menu, ...
0
votes
1answer
117 views

How do you manage Bootstrap LESS files for a responsive website?

This is a generic question. I'm building a website with Bootstrap that must be responsive. I'd like to know what is the "standard" procedure working on LESS/css. First, you create css rules for a ...
0
votes
0answers
53 views

Switching TwitterBootstrap from less to static css

I have a Ruby on Rails application that I built using the twitter-bootstrap gem. I used the bootstrap generate install:less command to set up the application styles. I want to use CSS instead. Can I ...
0
votes
0answers
60 views

How to @import a lesscss file in a sibling directory

In my ExpressJS project, I am using the less-middleware 0.1.9 npm module and Twitter Bootstrap as a git submodule. I am trying to use a Bootstrap mixin, but I am getting a undefied error from the less ...
0
votes
1answer
709 views

Twitter Bootstrap Carousel customize - navigation controls outside and black border

is there a simple method to do the following changes on the carousel? navigation controls not as an overlay of the picture a black border around the picture (place the nav controls here) caption ...
0
votes
2answers
411 views

Converting a Static Bootstrap website to Responsive

I have a bootstrap website that's setup statically, it doesn't adjust according to different view sizes. So I would like to make it responsive but not sure how. I'm also using LESS to do my ...
0
votes
1answer
114 views

Cannot compile Twitter Bootstrap core and responsive into one file?

We have an override file for twitter bootstrap, It begins with @import "../less/bootstrap.less"; @import "../less/responsive.less"; The issue with this is that, when both the bootstrap.less and ...
0
votes
3answers
259 views

Rails 3.2.12 with less and Twitter Bootstrap: V8 Error

I would like to use Twitter Bootstrap with a current Ruby on Rails version. I tried to use "less-rails-bootstrap". I followed: ...
1
vote
0answers
200 views

Lesscss > bootstrap's darken() and lighten() don't compile

My Less files aren't compiling as they should. I'm using the Bootstrap less files, most recent ones. It looks like the less-files are failing because of the darken() and lighten() classes. The ...
0
votes
3answers
232 views

What is bootstrap/less/html5?

Someone asked me to cut a design layout using bootstrap/less/html5 and i am not really sure what they mean. I found something related to bootstrap from twitter, but nothing related to less. Thank ...
0
votes
0answers
81 views

Bootstrap Modifications not rendering

I built a quick Rails prototype using Twitter Bootstrap and the twitter_bootstrap_rails gem. I have all of my modifications in bootstrap_and_overrides.css.less. I've now been asked to hand over full ...
0
votes
0answers
211 views

Unable to compile bootstrap less files using less.js

<html lang="en"> <head> <title>Scipy Central</title> <link href="./less/bootstrap.less" rel="stylesheet/less" type="text/css"> <script ...

1 2 3 4 5