src/cm/media/css/site/text_view_comments/c-text-styles.css
author raph
Thu, 10 Jun 2010 14:56:36 +0200
changeset 280 4f3002c6eab7
parent 0 40c8f766c9b8
child 393 8806f683d0be
permissions -rw-r--r--
initialize the user registration language code to request.LANGUAGE_CODE (selected language or default setting)

#textcontainer.classic{
  font-family: "New Century Schoolbook" serif; 
}
  
#textcontainer.code {
  font-family: courier; 
}
  
#textcontainer.modern {
  font-family: arial,helvetica,clean,sans-serif; 
}
  
#textcontainer.classic h1 {
    font-size:197%; 
}

#textcontainer.code h1 {
    font-size:197%;
}

#textcontainer.modern h1 {
    font-size:197%;
}