ucsf-web-services / ucsf_webedit

GNU General Public License v2.0
3 stars 5 forks source link

Error in CSS file - Indent #13

Closed Prugh closed 10 years ago

Prugh commented 10 years ago

Looks like a copy/paste error in your webedit CSS – should be indent-1,2,3,4

/* indentation classes */ .webedit-indent-1:not(.webedit-alignright) { margin-left: 5em; } .webedit-indent-1:not(.webedit-alignright) { margin-left: 10em; } .webedit-indent-1:not(.webedit-alignright) { margin-left: 15em; } .webedit-indent-1:not(.webedit-alignright) { margin-left: 20em; }

stopfstedt commented 10 years ago

thanks @Prugh , looking into it.

stopfstedt commented 10 years ago

here: https://github.com/ucsf-drupal/ucsf_webedit/blob/7.x-1.x/ucsf_webedit.css#L31

erykmynn commented 10 years ago

it looks fine here, but did you get a chance to test it?

stopfstedt commented 10 years ago

tested in vanilla starter kit site, this fix works.