Commit 5fa4a5873f3fd2734da1ad78a28f6a3a703dfda4
1 parent
79037399
Exists in
master
and in
29 other branches
Removing site-specific CSS
(ActionItem1608)
Showing
1 changed file
with
0 additions
and
32 deletions
Show diff stats
public/stylesheets/application.css
| ... | ... | @@ -738,38 +738,6 @@ code input { |
| 738 | 738 | background-image: none; |
| 739 | 739 | } |
| 740 | 740 | |
| 741 | -#cat_menu li { | |
| 742 | - padding: 0px; | |
| 743 | - margin: 0px; | |
| 744 | - list-style: none; | |
| 745 | - display: inline; | |
| 746 | - font-size: 14px; | |
| 747 | - letter-spacing: 0px; | |
| 748 | -} | |
| 749 | - | |
| 750 | -#cat_menu ul { | |
| 751 | - display: none; | |
| 752 | - position: absolute; | |
| 753 | - top: 22px; | |
| 754 | - left: 0px; | |
| 755 | - right: 0px; | |
| 756 | - padding: 0px 170px 2px 20px; | |
| 757 | - margin: 0px; | |
| 758 | - border: 1px solid #FFF; | |
| 759 | - border-top: none; | |
| 760 | -} | |
| 761 | - | |
| 762 | -#cat_menu ul a { | |
| 763 | - background: url(../images/bolota.gif) 0% 50% no-repeat; | |
| 764 | - padding-left: 15px; | |
| 765 | - margin-left: -10px; | |
| 766 | - white-space: nowrap; | |
| 767 | -} | |
| 768 | -#cat_menu ul span { | |
| 769 | - background: url(../images/bolota.gif) 100% 50% no-repeat; | |
| 770 | - padding-right: 15px; | |
| 771 | -} | |
| 772 | - | |
| 773 | 741 | /* * * Assets Menu and User Box * * * * * * * * * * * */ |
| 774 | 742 | |
| 775 | 743 | #assets_menu { | ... | ... |