File diff 6cb46c61d163 → d2174000e6f0
www/conservancy/templates/fossy/base.html
Show inline comments
...
 
@@ -11,25 +11,25 @@
 
   span[class=helptext] {
 
     display: block;
 
     font-size: 12px;
 
     font-style: italic;
 
     color: #666;
 
   }
 
   textarea {
 
     width: 100%;
 
     max-width: 45rem;
 
     height: 8rem;
 
     padding: 0.25rem;
 
   }
 
   #id_track_name, #id_contact_name, #id_contact_email {
 
   #id_title {
 
     width: 100%;
 
     max-width: 25rem;
 
   }
 
   .helptext {
 
     max-width: 35rem;
 
   }
 
   .errorlist {
 
     margin: 1rem 0 0.25rem;
 
     color: #e7040f;
 
     white-space: pre-wrap;
 
   }
 
  </style>