Commit a2a1cbdbdbc158450b8974c840bb64601fcff40d

Authored by Daniel
Committed by Rafael Manzo
1 parent 98c7c40d

Fix indentation for tutorials definition lists

app/assets/stylesheets/bootstrap_and_overrides.css
... ... @@ -54,4 +54,8 @@ footer div {
54 54 line-height: 20px;
55 55 color: #999999;
56 56 text-transform: uppercase;
57   -}
58 57 \ No newline at end of file
  58 +}
  59 +
  60 +dd {
  61 + margin-left: 40px !important;
  62 +}
... ...