-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Responsivity bugs fixed. Start page formatted
- Loading branch information
Siddharth Bhagwan
committed
Feb 21, 2015
1 parent
c4d5106
commit 12651ad
Showing
24 changed files
with
1,616 additions
and
641 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
.topbar { | ||
background: none repeat scroll 0 0 #fafafa; | ||
border-bottom: 1px solid #dedddd; | ||
float: left; | ||
width: 100%; | ||
} | ||
.topbar-socialicons { | ||
display: block; | ||
list-style: outside none none; | ||
margin-bottom: 10px; | ||
margin-top: 12px; | ||
padding-left: 0; | ||
} | ||
.topbar-socialicons li { | ||
display: inline; | ||
padding: 6px; | ||
} | ||
.topbar-innerdiv | ||
{ | ||
max-width:900px; | ||
margin:0 auto; | ||
} | ||
.topbar-socialicons li a i { | ||
color: #838383; | ||
font-size: 16px; | ||
} | ||
.topbar-socialicons li a i:hover { | ||
color: #168fa0; | ||
font-size: 16px; | ||
} | ||
.logo_inner_div { | ||
margin: 0 auto; | ||
max-width: 900px; | ||
} | ||
.preorder_div { | ||
float: right; | ||
text-align: right; | ||
padding: 0px; | ||
} | ||
.logo_div { | ||
float: left; | ||
padding: 10px 0; | ||
width: 100%; | ||
} | ||
.preorder_div > img { | ||
padding-top: 32px; | ||
} | ||
.menu_div_one { | ||
border-bottom: 1px solid #d2d3d4; | ||
border-top: 1px solid #d2d3d4; | ||
float: left; | ||
width: 100%; | ||
} | ||
.menu_list_one { | ||
display: block; | ||
margin-top: 10px; | ||
padding-left: 0; | ||
text-align: center; | ||
} | ||
.menu_list_one > li { | ||
display: inline; | ||
padding: 0 16px; | ||
} | ||
.menu_list_one a { | ||
color: #333333; | ||
font-family: 'Quattrocento', serif; | ||
font-size: 15px; | ||
} | ||
.menu_list_one a:hover { | ||
color: #168fa0; | ||
} | ||
|
||
#frmSearch { | ||
margin-bottom: 7px; | ||
margin-top: 7px; | ||
} | ||
#keywords { | ||
border: 1px solid #e7e6e6; | ||
color: #000 !important; | ||
font-family: 'Quattrocento', serif; | ||
padding: 3px 10px; | ||
width: 100%; | ||
} | ||
.searchbox | ||
{ | ||
padding:0px; | ||
} | ||
.containerdocs{ | ||
float: left; | ||
width: 100%; | ||
} | ||
.blogcontent{ | ||
float: left; | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.