web/data/cubicweb.old.css
changeset 9897 fa44db7da2dc
parent 9821 2077c8da1893
parent 9894 9461d1bd70bb
child 10074 ab956b780d4e
equal deleted inserted replaced
9892:928732ec00dd 9897:fa44db7da2dc
   217 .hidden {
   217 .hidden {
   218   display: none;
   218   display: none;
   219   visibility: hidden;
   219   visibility: hidden;
   220 }
   220 }
   221 
   221 
   222 li.invisible {
   222 /* copied verbatim from bootstrap 3.0 */
       
   223 .invisible {
       
   224   visibility: hidden;
       
   225 }
       
   226 
       
   227 /* copied verbatim from bootstrap 3.0 */
       
   228 .list-unstyled {
       
   229   padding-left: 0;
   223   list-style: none;
   230   list-style: none;
   224   background: none;
       
   225   padding: 0px 0px 1px 1px;
       
   226 }
   231 }
   227 
   232 
   228 .caption {
   233 .caption {
   229   font-weight: bold;
   234   font-weight: bold;
   230 }
   235 }