~ubuntu-branches/ubuntu/natty/mathomatic/natty

« back to all changes in this revision

Viewing changes to doc/doc.css

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2010-05-27 23:29:55 UTC
  • mfrom: (1.1.26 upstream) (3.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20100527232955-xzvvnwdzy8c9mdji
Tags: 15.1.1-1
* New upstream release
* debian/patches/10_fix_makefile.dpatch
  - updated to new upstream code
* debian/patches/30_bts-459093_ftbfs_make_test_time.dpatch
  - updated to new upstream code

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
.left { float: left; }
7
7
.center { text-align: center; }
8
8
.indent { margin-left: 2em; margin-right: 2em; }
 
9
.large { font-size: larger; }
9
10
 
10
11
.sample { border-style: dotted; border-width: 1px; color: green; background-color: white; padding: 10px; }
11
12
a:hover { color: green; } /* when cursor is over a link, change the link text color to green */
12
13
a img { border: none; } /* don't draw borders around images that are links */
13
14
 
 
15
body {
 
16
  font-family: sans-serif;
 
17
  font-size: large;
 
18
}
 
19
 
14
20
@media print
15
21
{
16
22
  a { text-decoration: none; } /* no underlined links when printing */