Changeset 391 for python/trunk/Doc/tools/sphinxext/static
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/tools/sphinxext/static/basic.css
r2 r391 39 39 40 40 div.sphinxsidebarwrapper { 41 position: relative; 42 top: 0; 41 43 padding: 10px 5px 0 10px; 44 word-wrap: break-word; 42 45 } 43 46 … … 254 257 table.docutils td, table.docutils th { 255 258 padding: 2px 5px 2px 5px; 256 border-left: 0; 257 background-color: #eef; 259 border-left: 0; 260 background-color: #eef; 261 } 262 263 table.docutils td p.last, table.docutils th p.last { 264 margin-bottom: 0; 258 265 } 259 266 … … 267 274 268 275 table.docutils th { 269 border-top: 1px solid #cac; 276 border-top: 1px solid #cac; 270 277 background-color: #ede; 271 278 } … … 277 284 278 285 th.head { 279 text-align: center; 286 text-align: center; 280 287 } 281 288 … … 330 337 } 331 338 332 p.deprecated {339 .deprecated { 333 340 background-color: #ffe4e4; 334 341 border: 1px solid #f66; 335 padding: 7px 342 padding: 7px; 343 } 344 345 div.deprecated p { 346 margin-bottom: 0; 336 347 } 337 348 … … 343 354 344 355 .footnote:target { 345 background-color: #ffa 356 background-color: #ffa; 346 357 } 347 358 … … 365 376 pre { 366 377 overflow: auto; 378 overflow-y: hidden; 367 379 } 368 380
Note:
See TracChangeset
for help on using the changeset viewer.