~ubuntu-branches/debian/experimental/libav/experimental

« back to all changes in this revision

Viewing changes to doc/doxy/doxy_stylesheet.css

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-01-18 15:46:55 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20140118154655-iz6u00yevkat1jqi
Tags: 6:10~alpha2-1
New Upstream release 10_alpha2. This upstream git snapshot has too many
changes to list here, cf. to the upstream Changelog:
http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10_alpha2

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
  background-color: #f7f7f9;
215
215
  border: 1px solid #e1e1e8;
216
216
}
 
217
.fragment .line {
 
218
  padding-left: 2em;
 
219
  white-space: pre;
 
220
}
217
221
pre {
218
222
  display: block;
219
223
  padding: 9.5px;
222
226
  line-height: 20px;
223
227
  word-break: break-all;
224
228
  word-wrap: break-word;
225
 
  white-space: pre;
226
229
  white-space: pre-wrap;
227
230
  background-color: #f5f5f5;
228
231
  border: 1px solid #ccc;
260
263
  -moz-border-radius: 9px;
261
264
  border-radius: 9px;
262
265
}
 
266
 
 
267
.label a {
 
268
  color:#ffffff;
 
269
}
263
270
a.label:hover,
264
271
a.badge:hover {
265
272
  color: #ffffff;
1514
1521
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
1515
1522
        -webkit-border-top-right-radius: 8px;
1516
1523
        -webkit-border-top-left-radius: 8px;
1517
 
        background-image:url('nav_f.png');
1518
1524
        background-repeat:repeat-x;
1519
1525
        background-color: #E2F2E2;
1520
1526
 
1745
1751
}
1746
1752
 
1747
1753
.fieldtable th {
1748
 
        background-image:url('nav_f.png');
1749
1754
        background-repeat:repeat-x;
1750
1755
        background-color: #E2F2E2;
1751
1756
        font-size: 90%;
1767
1772
    top: 0px;
1768
1773
    left: 10px;
1769
1774
    height: 36px;
1770
 
    background-image: url('tab_b.png');
1771
1775
    z-index: 101;
1772
1776
    overflow: hidden;
1773
1777
    font-size: 13px;
1776
1780
.tablistpath ul
1777
1781
{
1778
1782
    font-size: 11px;
1779
 
    background-image:url('tab_b.png');
1780
1783
    background-repeat:repeat-x;
1781
1784
    height:30px;
1782
1785
    line-height:30px;
1793
1796
    float:left;
1794
1797
    padding-left:10px;
1795
1798
    padding-right:15px;
1796
 
    background-image:url('bc_s.png');
1797
1799
    background-repeat:no-repeat;
1798
1800
    background-position:right;
1799
1801
    color:#367C36;