~ubuntu-branches/ubuntu/saucy/libyaml/saucy-updates

« back to all changes in this revision

Viewing changes to doc/html/tabs.css

  • Committer: Bazaar Package Importer
  • Author(s): Anders Kaseorg
  • Date: 2009-10-04 14:07:18 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091004140718-xbxdh75o5isjgq51
Tags: 0.1.3-1
* New upstream version 0.1.3.
  + This release fixes non-standard structure initialization and a
    streaming-related issue.
* Bump priority from extra to optional.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
   float            : left;
33
33
   background       : url("tab_r.gif") no-repeat right top;
34
34
   border-bottom    : 1px solid #84B0C7;
35
 
   font-size        : x-small;
 
35
   font-size        : 80%;
36
36
   font-weight      : bold;
37
37
   text-decoration  : none;
38
38
}
66
66
 
67
67
DIV.tabs TD
68
68
{
69
 
   font-size        : x-small;
 
69
   font-size        : 80%;
70
70
   font-weight      : bold;
71
71
   text-decoration  : none;
72
72
}
99
99
   background       : none;
100
100
   border           : none;
101
101
   border-bottom    : 1px solid #84B0C7;
 
102
   text-align       : center;
 
103
   margin           : 2px;
 
104
   padding          : 2px;
102
105
}