~ubuntu-branches/ubuntu/trusty/khronos-opencl-man/trusty

« back to all changes in this revision

Viewing changes to xhtml/undohtml.css

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-05-21 18:06:15 UTC
  • Revision ID: package-import@ubuntu.com-20130521180615-6e0s2n3pai95ip2f
Tags: upstream-1.0~svn21772
ImportĀ upstreamĀ versionĀ 1.0~svn21772

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -- undo browser HTML defaults -- */
 
2
/* -- Global resets of all default items -- */
 
3
 
 
4
:link,:visited {text-decoration: none;}
 
5
ul,ol {list-style: none;}
 
6
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
 
7
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
 
8
a img,:link img,:visited img {border: none;}
 
9
address {font-style: normal;}