Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/tools/sphinxext/static/basic.css

    r2 r391  
    3939
    4040div.sphinxsidebarwrapper {
     41    position: relative;
     42    top: 0;
    4143    padding: 10px 5px 0 10px;
     44    word-wrap: break-word;
    4245}
    4346
     
    254257table.docutils td, table.docutils th {
    255258    padding: 2px 5px 2px 5px;
    256     border-left: 0;   
    257     background-color: #eef;   
     259    border-left: 0;
     260    background-color: #eef;
     261}
     262
     263table.docutils td p.last, table.docutils th p.last {
     264    margin-bottom: 0;
    258265}
    259266
     
    267274
    268275table.docutils th {
    269     border-top: 1px solid #cac;   
     276    border-top: 1px solid #cac;
    270277    background-color: #ede;
    271278}
     
    277284
    278285th.head {
    279     text-align: center;   
     286    text-align: center;
    280287}
    281288
     
    330337}
    331338
    332 p.deprecated {
     339.deprecated {
    333340    background-color: #ffe4e4;
    334341    border: 1px solid #f66;
    335     padding: 7px
     342    padding: 7px;
     343}
     344
     345div.deprecated p {
     346    margin-bottom: 0;
    336347}
    337348
     
    343354
    344355.footnote:target  {
    345     background-color: #ffa
     356    background-color: #ffa;
    346357}
    347358
     
    365376pre {
    366377    overflow: auto;
     378    overflow-y: hidden;
    367379}
    368380
Note: See TracChangeset for help on using the changeset viewer.