static/irclogs.css
changeset 68 8157c41b3236
parent 61 d4b2b2fa9fc5
child 69 1f182913b1f2
equal deleted inserted replaced
67:13975aa16b4c 68:8157c41b3236
   259 fieldset span.example {
   259 fieldset span.example {
   260     font-size: x-small;
   260     font-size: x-small;
   261 
   261 
   262     margin-left: 1em;
   262     margin-left: 1em;
   263 }
   263 }
       
   264 
       
   265 /* Search form */
       
   266 div#search {
       
   267     margin-top: 25px;
       
   268 
       
   269     padding: 25px;
       
   270 
       
   271     text-align: center;
       
   272 }
       
   273 
       
   274 div#search input[type=text] {
       
   275     display: block;
       
   276 
       
   277     width: 40%;
       
   278     margin: 0px auto 5px auto;
       
   279 
       
   280 }
       
   281 
       
   282 div#search-help {
       
   283     text-align: left;
       
   284 }
       
   285