in css how to reduce padding of an element -


i using external css stylesheet app. pages, want reduce padding defined in library list items. like:

.class-name-xyz .special-marker-class {    padding: algebraic operation on <<class-name-xyz::padding>> } 

(i don't know if feasible in css.)

thanks


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -