Skip to content

Commit

Permalink
Removed leftnav to make more room for git awesomeness.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgreiner committed Jan 30, 2012
1 parent 683e4cf commit 80bab99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 3 additions & 3 deletions gitcv/Content/css/main.css
Expand Up @@ -243,7 +243,7 @@ ul.sub li ul li { padding-left: 10px; }

.stats { margin-top: 22px; }
.stats ul { }
.stats ul li { display: block; float: left; margin-left: 40px; width: 151px; vertical-align: middle; }
.stats ul li { display: block; float: left; margin-left: 40px; width: 215px; vertical-align: middle; }
.stats ul li:first-child { margin: 0; }
.stats ul li span { color: #424242; font-size: 16px; display: block; vertical-align: middle; white-space: normal; }
.count { font-size: 26px; height: 40px; display: inline-block; float: left; line-height: 41px; padding: 0 10px; -moz-box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; margin-right: 10px; }
Expand Down Expand Up @@ -350,8 +350,8 @@ html ul.tabs li.activeTab a { color: #797979; }
.widgets .left { float: left; width: 344px; }
.widgets .right { float: right; width: 344px; }

.content { float: left; width: 726px; padding-bottom: 80px; }
.content .title { background: url(../images/darkBg.jpg) repeat-x; height: 36px; width: 726px; -moz-box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; }
.content { float: left; width: 980px; padding-bottom: 80px; }
.content .title { background: url(../images/darkBg.jpg) repeat-x; height: 36px; width: 980px; -moz-box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; }
.content .title h5 { float: left; color: #fafafa; font-weight: normal; display: block; padding: 7px 15px; }


Expand Down
10 changes: 1 addition & 9 deletions gitcv/Views/Home/Results.cshtml
Expand Up @@ -38,14 +38,6 @@
</div>
</div>
<div class="wrapper">
<div class="leftNav">
<ul id="menu">
<li class="dash"><a href="#" title="" class="active"><span>Github Activity</span></a></li>
<li class="login"><a href="@user.html_url" title="" target="_blank"><span>View Profile</span></a></li>
<li class="contacts"><a href="https://github.com/@user.login/followers" title="" target="_blank" >
<span>Followers</span></a></li>
</ul>
</div>
<div class="content">
<div class="title">
<h5>
Expand All @@ -72,7 +64,7 @@
</h5>
</div>
<div class="body">
<div id="languageChart" style="width: 700px; height: 300px;">
<div id="languageChart" style="width: 970px; height: 300px;">
</div>
<script type="text/javascript">
Expand Down

0 comments on commit 80bab99

Please sign in to comment.