Skip to content

Commit

Permalink
remove commented out and duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Feb 18, 2015
1 parent 37fcda3 commit 4df813f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 39 deletions.
37 changes: 1 addition & 36 deletions styles/support.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
html,
body {
/**background-color: #fdf6e3;
color: #586e75;
fill: #586e75;*/
}

h1 svg {
display: inline;
position: relative;
top: 11px;
height: 45px;
width: 310px;
max-width: 100%;
}

h1 .logotype-svg {
Expand All @@ -30,34 +24,10 @@ a.column:active {
text-decoration: none;
}

a.column h2,
a.column h3 {
margin-bottom: 0.5em;
}

a[target='_blank'].column h2::after,
a[target='_blank'].column h3::after {
content: "";
font-family: "FontAwesome";
font-style: normal;
font-weight: inherit;
color: inherit;
padding-left: 12px;
position: absolute;
margin-top: 0.20em;
-webkit-transition: padding 150ms ease-in-out;
-o-transition: padding 150ms ease-in-out;
transition: padding 150ms ease-in-out;
}

a[target='_blank'].column:hover h2::after,
a[target='_blank'].column:hover h3::after,
a[target='_blank'].column:focus h2::after,
a[target='_blank'].column:focus h3::after {
padding-left: 18px;
}


/***********
* App grid *
***********/
Expand All @@ -68,10 +38,6 @@ a[target='_blank'].column:focus h3::after {
padding-bottom: 0;
}

.row.apps h2{
text-align: center;
}

.row.apps .app {
text-align: left;
display: inline-block;
Expand Down Expand Up @@ -132,7 +98,6 @@ a[target='_blank'].column:focus h3::after {
***************************/

@media (min-width: 1164px) {
a.column h2,
a.column h3 {
text-align: left;
}
Expand Down
6 changes: 3 additions & 3 deletions support.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<div class="row">
<a class="column half" href="https://answers.launchpad.net/elementary/+faqs" target="_blank">
<h3><i class="fa fa-question-circle"></i> FAQ</h3>
<h3 class="read-more"><i class="fa fa-question-circle"></i> FAQ</h3>
<p>Has your question been asked already? Check out answers to some of the most common questions we get.</p>
</a>

Expand All @@ -73,12 +73,12 @@
</a>

<a class="column half" href="https://plus.google.com/communities/104613975513761463450" target="_blank">
<h3><i class="fa fa-google-plus-square"></i> Google+</h3>
<h3 class="read-more"><i class="fa fa-google-plus-square"></i> Google+</h3>
<p>Communicate with other elementary OS users in our Google+ community. Find crowd-sourced support, screenshots, the latest news, and more.</p>
</a>

<a class="column half" href="http://www.reddit.com/r/elementaryos/" target="_blank">
<h3><i class="fa fa-reddit"></i> reddit</h3>
<h3 class="read-more"><i class="fa fa-reddit"></i> reddit</h3>
<p>Discuss elementary OS with other fans and followers in our official subreddit. Ask the community for help or just chat about the OS.</p>
</a>
</div>
Expand Down

0 comments on commit 4df813f

Please sign in to comment.