/* Rules for the user profile page */
-.admin-user-info small {
- margin-bottom: $lineheight/2;
- display: inline;
- margin-right: $lineheight;
-}
-
.contact-activity {
margin-top: $lineheight;
width: 100%;
}
}
+/* Create a single-line dl */
+
+dl.dl-inline {
+ dt, dd {
+ display: inline-block;
+ }
+ dd {
+ margin-right: 1em;
+ }
+}
+
/* Customise the background colour of striped tables */
.table-striped > tbody > tr:nth-child(2n+1) > td,