plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

mobile.css (478B)


      1 #cerrors {
      2   float: none;
      3   width: initial;
      4   height: initial;
      5   max-width: initial;
      6   margin-top: 1em;
      7 }
      8 
      9 #cerrors li {
     10   width: 100%;
     11   /* http://stackoverflow.com/a/4156343 */
     12   -webkit-box-sizing: border-box;
     13   -moz-box-sizing: border-box;
     14   box-sizing: border-box;
     15 }
     16 
     17 #lcontainer {
     18   float: none;
     19   width: 100%;
     20 }
     21 
     22 #poem {
     23   min-width: 100%;
     24   max-width: 100%;
     25 }
     26 
     27 #predef {
     28   max-width: 100%;
     29   min-width: 100%;
     30 }
     31 
     32 #user_template {
     33   min-width: 100%;
     34   max-width: 100%;
     35 }
     36