diff --git a/wordpress.tv/public_html/wp-content/themes/wptv2/style.css b/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
index 61f5ea0b2..9846df42e 100644
a
|
b
|
h3#comments { |
2687 | 2687 | } |
2688 | 2688 | |
2689 | 2689 | @media screen and ( max-width:620px ) { |
2690 | | .dot { |
2691 | | display: none; |
2692 | | } |
| 2690 | .dot { |
| 2691 | display: none; |
| 2692 | } |
| 2693 | |
| 2694 | .error404 #searchform #searchbox, #searchform input#s { |
| 2695 | width: 44%; |
| 2696 | } |
| 2697 | |
| 2698 | .error404 h2 { |
| 2699 | font-size: 26px; |
| 2700 | } |
| 2701 | |
| 2702 | .baron-von-pick img { |
| 2703 | width: 100%; |
| 2704 | } |
| 2705 | |
| 2706 | .error404 ul#menu-footer { |
| 2707 | display: inline-block; |
| 2708 | float: left; |
| 2709 | text-align: center; |
| 2710 | } |
| 2711 | |
| 2712 | .error404 ul#menu-footer li { |
| 2713 | text-align: center; |
| 2714 | display: inline-block; |
| 2715 | width: 100%; |
| 2716 | } |
| 2717 | |
| 2718 | |
| 2719 | p.automattic { |
| 2720 | display: inline-block; |
| 2721 | width: 100%; |
| 2722 | } |
| 2723 | |
2693 | 2724 | } |
2694 | 2725 | |
2695 | 2726 | @media screen and ( min-width:621px ) { |