Hey folks, i try to built my own page with twitter bootstrap. So i customize bootstrap for myself and I put the bootstrap.css stylesheet in my html doc and also my normal.css in the html doc. I compiled the normal.css with less (using on my mac this App <http://incident57.com/less/>). Everything works fine and smooth i choosed some mixins and some variables.
<link rel="stylesheet" href="css/styles.css" /> <link rel="stylesheet" href="css/bootstrap.css" /> Now i tried to built the carousel in my page. I used the code you can find here <http://twitter.github.com/bootstrap/javascript.html#carousel>. Also the carousel runs great on my page but there are some things i don't really like. As an example the nav (left and right) of the carousel. So i found this <http://twitter.github.com/bootstrap/examples/carousel.html#> which looks much better in my eyes. I don't want the circle around the arrows. So here is my general question. How can i change the bootstrap.css without working in the bootstrap.css? I would like to change the .carousel-control so i put it in my normal.less changed the way i want and compiled it to my normal.css. But nothing happens :(. I do not want to erase lines of code in the bootstrap.css to keep this in the original status (for updates and so on). Can't wait to learn more :) -> Mr. Principal -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
