@@ -306,6 +306,16 @@ p.admonition-title:after {
306
306
content : ":" ;
307
307
}
308
308
309
+ pre {
310
+ padding : 5px ;
311
+ background-color : # eeffcc ;
312
+ color : # 333333 ;
313
+ line-height : 120% ;
314
+ border-left : none;
315
+ border-right : none;
316
+ margin-left : 30px ;
317
+ }
318
+
309
319
tt {
310
320
background-color : # ecf0f3 ;
311
321
padding : 0 1px 0 1px ;
@@ -408,6 +418,11 @@ div.caution
408
418
background : # fff url (http://www.doctrine-project.org/images/caution.png) no-repeat -5px -5px ;
409
419
}
410
420
421
+ div .warning
422
+ {
423
+ background : # fff url (http://www.doctrine-project.org/images/caution.png) no-repeat -5px -5px ;
424
+ }
425
+
411
426
div .tip
412
427
{
413
428
background : # fff url (http://www.doctrine-project.org/images/tip.png) no-repeat -5px -5px ;
@@ -426,18 +441,14 @@ div.note {
426
441
padding : 5px 20px 5px 45px ;
427
442
margin : 10px 0 ;
428
443
background : # ffd url (http://www.doctrine-project.org/images/note.png) no-repeat 5px 10px ;
429
- border-top : 1px solid # ddd ;
430
- border-bottom : 1px solid # ddd ;
431
444
}
432
445
433
446
/* Caution */
434
447
435
- div .caution {
448
+ div .caution , div . warning {
436
449
padding : 5px 20px 5px 45px ;
437
450
margin : 10px 0 ;
438
451
background : # ffd url (http://www.doctrine-project.org/images/caution.png) no-repeat 5px 10px ;
439
- border-top : 1px solid # ddd ;
440
- border-bottom : 1px solid # ddd ;
441
452
}
442
453
443
454
/* Tip */
@@ -446,8 +457,6 @@ div.tip {
446
457
padding : 5px 20px 5px 45px ;
447
458
margin : 10px 0 ;
448
459
background : # ffd url (http://www.doctrine-project.org/images/tip.png) no-repeat 5px 10px ;
449
- border-top : 1px solid # ddd ;
450
- border-bottom : 1px solid # ddd ;
451
460
}
452
461
453
462
/* Sidebar */
@@ -472,14 +481,15 @@ div.seealso p.title {
472
481
}
473
482
474
483
/* Shared Styles */
475
- div .note , div .caution , div .tip , div .seealso {
484
+ div .note , div .caution , div .tip , div .seealso , div . warning {
476
485
overflow /**/ : auto;
477
486
margin-left : 30px ;
478
487
font-weight : normal;
479
488
min-height : 40px ;
489
+ border : 1px solid # ddd ;
480
490
}
481
491
482
- div .note p , div .caution p , div .tip p , div .seealso p {
492
+ div .note p , div .caution p , div .tip p , div .seealso p , div . warning p {
483
493
margin : 0 !important ;
484
494
padding : 0 !important ;
485
495
padding-top : 10px ;
0 commit comments