diff --git buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css
index cf1c3ee16..d2383c33e 100644
|
|
div[class*="-table-of-contents-container"] .current-menu-item > .expandable butt |
218 | 218 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); |
219 | 219 | } |
220 | 220 | |
| 221 | .devhub-wrap #content table.shrink { |
| 222 | border: none; |
| 223 | width: 60%; |
| 224 | display: inline-block; |
| 225 | } |
| 226 | |
221 | 227 | p.source-code-links a, |
222 | 228 | p#add-user-note a, |
223 | 229 | body .meta a, |