Commit e373676ba22b6d941309311c509e7243378a823f
1 parent
bbb08189
Exists in
master
and in
28 other branches
ActionItem0: minor changes
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@329 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
10 deletions
Show diff stats
public/designs/templates/default/stylesheets/style.css
... | ... | @@ -113,26 +113,18 @@ div.block { |
113 | 113 | text-align: center; |
114 | 114 | border: 1px solid black; |
115 | 115 | } |
116 | -#design_editor #design_editor_selectors ul { | |
117 | - padding: 2px; | |
118 | - margin: 2px; | |
119 | -} | |
120 | -#design_editor #design_editor_selectors li { | |
121 | - list-style: none; | |
122 | - display: inline; | |
123 | -} | |
124 | 116 | |
125 | 117 | #design_editor .hover { |
126 | 118 | border: 1px dashed black; |
127 | 119 | background: #ffd; |
128 | 120 | } |
129 | 121 | |
130 | -#design_editor ul { | |
122 | +#design_editor ul.block_list { | |
131 | 123 | padding: 2px; |
132 | 124 | margin: 2px; |
133 | 125 | } |
134 | 126 | |
135 | -#design_editor li { | |
127 | +#design_editor li.block { | |
136 | 128 | padding: 2px; |
137 | 129 | margin: 2px; |
138 | 130 | list-style: none; | ... | ... |