~ubuntu-branches/ubuntu/trusty/pangomm/trusty-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-17 01:43:19 UTC
  • mfrom: (1.1.14) (13.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20111117014319-1vfhhec3cmndezo9
Tags: 2.28.4-1
* New upstream release.
* debian/watch:
  - Track .xz tarballs.
* Bump debhelper compatibility level to 8.
* debian/control.in:
  - Bump Standards-Version to 3.9.2. No further changes.
  - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* Stop installing libtool .la files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        font-size: 150%;
12
12
}
13
13
 
 
14
.title {
 
15
        font-size: 150%;
 
16
        font-weight: bold;
 
17
        margin: 10px 2px;
 
18
}
 
19
 
14
20
h2 {
15
21
        font-size: 120%;
16
22
}
185
191
div.contents {
186
192
        margin-top: 10px;
187
193
        margin-left: 10px;
188
 
        margin-right: 10px;
 
194
        margin-right: 5px;
189
195
}
190
196
 
191
197
td.indexkey {
361
367
        white-space: nowrap;
362
368
}
363
369
 
 
370
.memItemRight {
 
371
        width: 100%;
 
372
}
 
373
 
364
374
.memTemplParams {
365
375
        color: #4665A2;
366
376
        white-space: nowrap;
388
398
        padding: 2px;
389
399
}
390
400
 
 
401
.mempage {
 
402
        width: 100%;
 
403
}
 
404
 
391
405
.memitem {
392
406
        padding: 0;
393
407
        margin-bottom: 10px;
 
408
        margin-right: 5px;
394
409
}
395
410
 
396
411
.memname {
724
739
 
725
740
dl.note
726
741
{
727
 
        border-color: #D0D000;
 
742
        border-color: #D0C000;
728
743
}
729
744
 
730
745
dl.warning, dl.attention
771
786
 
772
787
#projectname
773
788
{
774
 
        font: 300% arial,sans-serif;
 
789
        font: 300% Tahoma, Arial,sans-serif;
775
790
        margin: 0px;
776
 
        padding: 0px;
 
791
        padding: 2px 0px;
777
792
}
778
793
    
779
794
#projectbrief
780
795
{
781
 
        font: 120% arial,sans-serif;
 
796
        font: 120% Tahoma, Arial,sans-serif;
782
797
        margin: 0px;
783
798
        padding: 0px;
784
799
}
785
800
 
786
801
#projectnumber
787
802
{
788
 
        font: 50% arial,sans-serif;
 
803
        font: 50% Tahoma, Arial,sans-serif;
789
804
        margin: 0px;
790
805
        padding: 0px;
791
806
}
798
813
        border-bottom: 1px solid #5373B4;
799
814
}
800
815
 
 
816
.image
 
817
{
 
818
        text-align: center;
 
819
}
 
820
 
 
821
.dotgraph
 
822
{
 
823
        text-align: center;
 
824
}
 
825
 
 
826
.mscgraph
 
827
{
 
828
        text-align: center;
 
829
}
 
830
 
 
831
.caption
 
832
{
 
833
        font-weight: bold;
 
834
}
 
835