web/data/cubicweb.css
changeset 9897 fa44db7da2dc
parent 9816 af6e3db801fc
parent 9893 cba05de9a1a0
child 10074 ab956b780d4e
equal deleted inserted replaced
9892:928732ec00dd 9897:fa44db7da2dc
   198 .hidden {
   198 .hidden {
   199   display: none;
   199   display: none;
   200   visibility: hidden;
   200   visibility: hidden;
   201 }
   201 }
   202 
   202 
   203 li.invisible {
   203 /* copied verbatim from bootstrap 3.0 */
   204   background: none;
   204 .invisible {
   205   padding: 0px 0px 1px 1px;
   205   visibility: hidden;
       
   206 }
       
   207 
       
   208 /* copied verbatim from bootstrap 3.0 */
       
   209 .list-unstyled {
       
   210   padding-left: 0;
       
   211   list-style: none;
   206 }
   212 }
   207 
   213 
   208 .caption {
   214 .caption {
   209     font-weight: bold;
   215     font-weight: bold;
   210 }
   216 }