~ubuntu-branches/ubuntu/natty/libxml++2.6/natty

« back to all changes in this revision

Viewing changes to docs/reference/html/tabs.css

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue, Josselin Mouette, Deng Xiyue
  • Date: 2009-10-25 14:56:53 UTC
  • mfrom: (1.1.15 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091025145653-1fk5uofteweb3okt
Tags: 2.26.1-1
[ Josselin Mouette ]
* Include clean-la.mk rule.

[ Deng Xiyue ]
* New upstream release.
* Update Standard-Version to 3.8.3.  No changes needed.

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
}