Skip to content

Commit

Permalink
Changed a link destination and tab colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
adutta committed Jul 14, 2011
1 parent 4b170b9 commit 852854b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions newstyle.css
Expand Up @@ -19,8 +19,8 @@ margin:auto;
div.tabContent {
border: 1px solid #000;
padding: .5em;
background-color: #FFF;
border-radius:0px 0px 10px 10px;
background-color:#EEE;

}

Expand Down Expand Up @@ -48,6 +48,7 @@ padding-right:10px;
-----------------------*/
table {
border-spacing: 5px;
background-color:#EEE;
}

tr.hideDev {
Expand Down Expand Up @@ -84,19 +85,20 @@ margin: 30px 10px 0 0;
ul#tabs li a {
color: #FFF;
border-radius:10px 10px 0px 0px;
background-color: #555;
background-color: #999;
border: 1px solid #000;
padding: 7px 4px 5px 4px;
text-decoration: none;
}

ul#tabs li a:hover {
background-color: #0CF;
color:#F60;
background-color: #999;
}

ul#tabs li a.selected{
color: #FFF;
background-color: #600;
background-color: #A00;
font-weight: bold;
padding: 12px 4px 5px 4px;
}
2 changes: 1 addition & 1 deletion rommanager.html
Expand Up @@ -80,7 +80,7 @@
<div class="app-info-box inner">
<div class="app-name"><h1 class=" ">ROM Manager</h1>
<div class="app-dev-homepage ">
<h2><a href="http://app.net/redirect?dest=home&amp;app_id=434">ClockworkMod</a>
<h2><a href="https://market.android.com/developer?pub=ClockworkMod">ClockworkMod</a>
</h2>
</div>
</div>
Expand Down

0 comments on commit 852854b

Please sign in to comment.