You should put your application style in a separate css file (after
bootstrap.css). Doing this, if you need to upgrade your bootstrap's
version, you won't lose anything that you done.

Pedro Taglialatela
(85) 8665-5196
[email protected]
www.pordotom.com.br


2013/8/8 IQGrenzgebiet <[email protected]>

> Uhhm,
>
> i searched through some tutorials and they all modified just the
> index.html, so i thought e.g. the <div> element-color is coded in
> "bootstrap.min.css".
>
> do i have to create my own style.css and where do i have to save this file
> or which way do i have to go ?
>
> please explain this to me, i feel so fuckin dumb o,o
>
> Am Donnerstag, 8. August 2013 21:17:02 UTC+2 schrieb Pedro Henrique
> Taglialatela:
>>
>> Hi!
>>
>> What the problem? The bootstrap dont print the span grid like your first
>> pic (ex: lightgrey background span).
>> Bootstrap just do the grids for you and you have to style it with css.
>>
>> Sorry if I didnt understand your problem.
>>
>> Pedro Taglialatela
>> (85) 8665-5196
>> [email protected]
>> www.pordotom.com.br
>>
>>
>> 2013/8/8 IQGrenzgebiet <[email protected]>
>>
>>>  Hey guys,
>>>
>>> first of all, excuse my bad english, i'm from germany.
>>> Well, i'm a newbie at bootstrap and i have some problems right at the
>>> beginning.
>>>
>>> First i downloaded the bootstrap-files and my folders look like these:
>>>
>>> bootstrap/
>>>   ├── css/
>>>   │   ├── bootstrap.css
>>>   │   ├── bootstrap.min.css
>>>   ├── js/
>>>   │   ├── bootstrap.js
>>>   │   ├── bootstrap.min.js
>>>   └── img/
>>>       ├── glyphicons-halflings.png
>>>       └── glyphicons-halflings-white.png
>>>
>>> Also i include an index.html which looks like that:
>>>
>>> <!DOCTYPE html>
>>>
>>>
>>>
>>> <html>
>>>     <head>
>>>             <title>Bootstrap Test</title>
>>>             <meta name="viewport" content="width=device-width, 
>>> initial-scale=1.0">
>>>             <!-- Bootstrap -->
>>>             <link href="css/bootstrap.css" rel="stylesheet">
>>>
>>>
>>>
>>>     </head>
>>>     <body>
>>>             <div class="container">
>>>                     <div class="row">
>>>                             <div class="span2">Navigation</div>
>>>                             <div class="span8">Content</div>
>>>
>>>
>>>
>>>                     </div>
>>>             </div>
>>>             <!----------------------------**-------------------------->
>>>             <script src="http://code.jquery.com/**jquery.js 
>>> <http://code.jquery.com/jquery.js>"></script>
>>>
>>>
>>>
>>>             <script src="js/bootstrap.min.js"></**script>
>>>     </body>
>>> </html>
>>>
>>> This should show me something like that:
>>>
>>> http://www.pic-upload.de/view-**20342858/2.jpg.html 
>>> <http://www.pic-upload.de/view-20342858/2.jpg.html>
>>>
>>>
>>>
>>> but instead it looks like that:
>>>
>>> http://www.pic-upload.de/view-**20342927/1.jpg.html 
>>> <http://www.pic-upload.de/view-20342927/1.jpg.html>
>>>
>>>
>>> I did everything just like in the description on the bootstrap-website 
>>> but.. well... you see. :D
>>>
>>>
>>>
>>> Obviously the solution is so easy but i dont get it.
>>>
>>> I hope someone can help me.
>>>
>>> Greetings
>>>
>>>
>>>
>>>  --
>>> 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 twitter-bootst...@**googlegroups.com.
>>>
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>> .
>>>
>>>
>>>
>>
>>  --
> 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.
>
>
>

-- 
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.


Reply via email to