View Single Post
Old 09-23-2014, 06:08 PM   #5
odedta
Addict
odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.
 
Posts: 398
Karma: 96448
Join Date: Dec 2013
Device: iPad
Well, I did that and nothing changed, I even used !important, no result...

Why are you caught on to CSS not attached? all there is are two classed about margin-top and margin-bottom :/ anyway, this is the general CSS:
Code:
body {
  font-family: "FRealBeletBook";
  font-size: 1em;
  font-weight: normal;
  text-align: justify;
  margin: 5pt 5pt 0 5pt;
}
ul {
  font-family: "Fb FRealBeletBook";
}
li {
  display: block;
}
p {
  line-height: 1.338em;
}
.margin_top_3 {
  margin-top: 1em;
}
.margin_bottom {
  margin-bottom: 2em;
}
odedta is offline   Reply With Quote