web/data/cubicweb.css
changeset 5991 39d031ee4af3
parent 5939 a33402c1aa79
child 6004 d17d3b34bc12
equal deleted inserted replaced
5990:6f3c77c79a88 5991:39d031ee4af3
    89   text-align: justify;
    89   text-align: justify;
    90   margin-bottom: %(defaultLineHeightEm)s;
    90   margin-bottom: %(defaultLineHeightEm)s;
    91 }
    91 }
    92 
    92 
    93 ul {
    93 ul {
    94    margin-bottom: %(defaultLineHeightEm)s;
    94   margin-bottom: %(defaultLineHeightEm)s;
    95 }
    95 }
    96 
    96 
    97 ol {
    97 ol {
    98   list-style-type: decimal;
    98   list-style-type: decimal;
    99  /* margin-bottom: %(defaultLineHeightEm)s; */
    99  /* margin-bottom: %(defaultLineHeightEm)s; */
   112 li {
   112 li {
   113   margin-left: 1.5em;
   113   margin-left: 1.5em;
   114 }
   114 }
   115 
   115 
   116 img{
   116 img{
   117  border: none;
   117   border: none;
       
   118 }
       
   119 
       
   120 img.contentimage {
       
   121   width: 100%;
       
   122   height: 100%;
   118 }
   123 }
   119 
   124 
   120 fieldset {
   125 fieldset {
   121   border: none;
   126   border: none;
   122 }
   127 }