Skip to content

Commit

Permalink
Merge pull request #156 from michaelkirk/remove-unnecessary-css
Browse files Browse the repository at this point in the history
don't use unneccessary css !important tags
  • Loading branch information
hsbt committed Mar 6, 2014
2 parents 1b8c0f2 + debe91a commit 9ce4d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2012-04-18-app.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ Now let's also change the styling of the ideas table. Open `app/assets/styleshee
{% highlight css %}
body { padding-top: 100px; }
footer { margin-top: 100px; }
table, td, th { vertical-align: middle !important; border: none !important; }
th { border-bottom: 1px solid #DDD !important; }
table, td, th { vertical-align: middle; border: none; }
th { border-bottom: 1px solid #DDD; }
{% endhighlight %}

Now make sure you saved your files and refresh the browser to see what was changed. You can also change the HTML & CSS further.
Expand Down

0 comments on commit 9ce4d3f

Please sign in to comment.