W
W
Way2014-12-28 14:16:27
css
Way, 2014-12-28 14:16:27

Bootstrap: How to remove padding?

18f6b010221d4bea9a80da63f0f611fc.png
How to remove padding from tab-content? I rummaged through all the css, but did not find it, or missed it.

<ul class="nav nav-tabs">
  <li class="active"><a href="#skin" data-toggle="tab">Скин</a></li>
  <li><a href="#profile" data-toggle="tab">Профиль</a></li>
  <li><a href="#messages" data-toggle="tab">Сообщения</a></li>
  <li><a href="#settings" data-toggle="tab">Настройки</a></li>
  <li><a href="#settings" data-toggle="tab">Настройки</a></li>
</ul>
    
<div class="tab-content">//Вот именно tab-content делает отступы.
    <div class="tab-pane fade in active" id="skin">
    	<div class="well" id="skin">Lolollololol</div>
    </div>
    <div class="tab-pane fade" id="cloak">...</div>
    <div class="tab-pane fade" id="profile">...</div>
  	<div class="tab-pane fade" id="messages">...</div>
  	<div class="tab-pane fade" id="settings">...</div>
</div>

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Damir Aushenov, 2014-12-28
@YouTy6bl4

codepen.io/yespeace/pen/QwKBeG
didn't see the padding.
You can see your main style.css

S
Sergey Karvasarny, 2014-12-28
@megapihar6

these are not the indents of the bootstrap, if you use jq ui tabs then they are 100% from there.

D
Dmitry Gormash, 2015-12-29
@kanonir1886

through f12 look where these indents come from.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question