@@ -224,7 +224,8 @@ div #properties {
224
224
min-width : 350px ;
225
225
background : # fefefe ;
226
226
width : 25vw ;
227
- margin-left : 12px ;
227
+ margin-left : 15px ;
228
+ margin-bottom : 15px ;
228
229
}
229
230
230
231
div # description img {
@@ -245,7 +246,7 @@ table.properties td, table.properties th {
245
246
}
246
247
247
248
.word-wrap {
248
- /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
249
+ /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
249
250
-ms-word-break : break-all;
250
251
word-break : break-all;
251
252
/* Non standard for webkit */
@@ -254,7 +255,6 @@ table.properties td, table.properties th {
254
255
-moz-hyphens : auto;
255
256
-ms-hyphens : auto;
256
257
hyphens : auto;
257
-
258
258
}
259
259
/* @end */
260
260
@@ -725,6 +725,17 @@ ul.links li form button {
725
725
# module-list ul {
726
726
list-style : none;
727
727
margin : 0 0 0 2em ;
728
+
729
+ /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
730
+ -ms-word-break : break-all;
731
+ word-break : break-all;
732
+ /* Non standard for webkit */
733
+ word-break : break-word;
734
+ -webkit-hyphens : auto;
735
+ -moz-hyphens : auto;
736
+ -ms-hyphens : auto;
737
+ hyphens : auto;
738
+
728
739
}
729
740
730
741
# detailed-dependencies ul {
@@ -865,14 +876,14 @@ ul.directory-list {
865
876
866
877
/* Package versions */
867
878
868
- . versions a . normal [href ]: link {
869
- color : # 61B01E ;
879
+ a . unpreferred [href ]: link {
880
+ color : # ECBA13 ;
870
881
}
871
882
872
- . versions a . unpreferred [href ]: link {
873
- color : # FACC1F ;
883
+ a . deprecated [href ]: link {
884
+ color : # D00B3C ;
874
885
}
875
886
876
- .versions a .deprecated [href ]: link {
877
- color : # E80C43 ;
887
+ .versions a .normal [href ]: link {
888
+ color : # 61B01E ;
878
889
}
0 commit comments