Thread: Link Dots
View Single Post
  #3  
Old 05-11-2014, 10:22 AM
voni voni is offline
Member
 
Join Date: May 2014
Posts: 21
Gender: Female
Credits: 3,018
voni is on a distinguished road
Default

ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;

I found this in inspect element..... but i can't find the code in the actual script to change it. Hope it makes things clearer
Reply With Quote