@@ -717,63 +717,29 @@ td.gutter {
717
717
}
718
718
719
719
/* --- Notification boxes --- */
720
+ .box-note , .box-warning , .box-error {
721
+ padding : 15px 15px 15px 10px ;
722
+ margin : 20px 20px 20px 5px ;
723
+ border : 1px solid # eee ;
724
+ border-left-width : 5px ;
725
+ border-radius : 5px 3px 3px 5px ;
726
+ }
720
727
721
728
.box-note {
722
729
background-color : # eee ;
723
- padding : 15px ;
724
- padding-left : 10px ;
725
- margin : 20px ;
726
- margin-left : 5px ;
727
- border : 1px solid # eee ;
728
- border-left-width : 5px ;
729
730
border-left-color : # 2980b9 ;
730
- border-radius : 3px ;
731
- border-top-left-radius : 5px ;
732
- border-bottom-left-radius : 5px ;
733
731
}
734
732
735
733
.box-warning {
736
734
background-color : # fdf5d4 ;
737
- padding : 15px ;
738
- padding-left : 10px ;
739
- margin : 20px ;
740
- margin-left : 5px ;
741
- border : 1px solid # eee ;
742
- border-left-width : 5px ;
743
735
border-left-color : # f1c40f ;
744
- border-radius : 3px ;
745
- border-top-left-radius : 5px ;
746
- border-bottom-left-radius : 5px ;
747
736
}
748
737
749
738
.box-error {
750
739
background-color : # f4dddb ;
751
- padding : 15px ;
752
- padding-left : 10px ;
753
- margin : 20px ;
754
- margin-left : 5px ;
755
- border : 1px solid # eee ;
756
- border-left-width : 5px ;
757
740
border-left-color : # c0392b ;
758
- border-radius : 3px ;
759
- border-top-left-radius : 5px ;
760
- border-bottom-left-radius : 5px ;
761
- }
762
-
763
- /* Icon Colors */
764
- .icon-blue {
765
- color : # 2980b9 ;
766
741
}
767
742
768
- .icon-yellow {
769
- color : # f1c40f ;
770
- }
771
-
772
- .icon-red {
773
- color : # c0392b ;
774
- }
775
-
776
-
777
743
/* Fix table border github gist snippets */
778
744
779
745
.gist , .gist-file table tr {
0 commit comments