project/static/css/styles.css
changeset 194 808abc104b55
parent 167 a19d841a71c8
child 265 4b40c44d9f2d
equal deleted inserted replaced
193:ed5828a90109 194:808abc104b55
   107     padding: 5px 15px;
   107     padding: 5px 15px;
   108 }
   108 }
   109 
   109 
   110 table.scipycon-default th
   110 table.scipycon-default th
   111 {
   111 {
       
   112     font-weight: bold;
       
   113     padding: 4px 6px;
       
   114 }
       
   115 
       
   116 table.scipycon-default-border
       
   117 {
       
   118     border-width: 2px;
       
   119     border-spacing: 2px;
       
   120     border-style: outset;
       
   121     border-color: gray;
       
   122     border-collapse: separate;
       
   123 }
       
   124 
       
   125 table.scipycon-default-border td
       
   126 {
       
   127     border-width: 1px;
       
   128     padding: 5px 15px;
       
   129     border-style: inset;
       
   130     border-color: gray;
       
   131 }
       
   132 
       
   133 table.scipycon-default-border th
       
   134 {
       
   135     border-width: 1px;
       
   136     border-style: inset;
       
   137     border-color: gray;
   112     font-weight: bold;
   138     font-weight: bold;
   113     padding: 4px 6px;
   139     padding: 4px 6px;
   114 }
   140 }
   115 
   141 
   116 table.scipycon-default a
   142 table.scipycon-default a