Skip to content

Commit

Permalink
Small css fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalit committed Sep 13, 2010
1 parent 53ef0ff commit f198f00
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 552 deletions.
Binary file not shown.
11 changes: 6 additions & 5 deletions index.html
Expand Up @@ -4,10 +4,10 @@
<title>Prajwalit.com</title> <title>Prajwalit.com</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" /> <meta http-equiv="X-UA-Compatible" content="chrome=1" />
<link href="stylesheets/screen.css?v=201009101600" media="screen, projection" rel="stylesheet" type="text/css" /> <link href="stylesheets/screen.css?v=201009131715" media="screen, projection" rel="stylesheet" type="text/css" />


<!--[if IE]> <!--[if IE]>
<link rel="stylesheet" type="text/css" href="stylesheets/ie.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="stylesheets/ie.css?v=201009131715" media="screen, projection" />
<script type="text/javascript" src="js/html5.js"></script> <script type="text/javascript" src="js/html5.js"></script>
<![endif]--> <![endif]-->


Expand Down Expand Up @@ -62,7 +62,7 @@ <h2><span>About me&hellip;</span></h2>
<p>If you want to contact me professionally, you can mail me <p>If you want to contact me professionally, you can mail me
at <a href="mailto:mail@prajwalit.com">mail [at] at <a href="mailto:mail@prajwalit.com">mail [at]
prajwalit [dot] com</a> (Only if you're not from prajwalit [dot] com</a> (Only if you're not from
Infosys). Have a look at my <a class="resume" href="/resume/">résumé</a> if you're interested. Infosys HR departmen)t. Have a look at my <a class="resume" href="/resume/">résumé</a> if you're interested.
</p> </p>
</div> </div>
</div> </div>
Expand All @@ -72,9 +72,10 @@ <h2><span>Blogs I write&hellip;</span></h2>
<div class="col1_3"> <div class="col1_3">
<img class="blogpics" src="images/photoblog.jpg?v=201009062300" /> <img class="blogpics" src="images/photoblog.jpg?v=201009062300" />
<h3>Photography</h3> <h3>Photography</h3>
<p>My new passion.<br>Instead of spending every second of <p>My new passion.<br>Instead of spending every second in
my life in front of computer screen, I spend little bit of front of the computer screen, I spend little bit of
my time looking at nature through the camera.</p> my time looking at nature through the camera.</p>
<br/>
<a href="http://thelookingglass.posterous.com">Go to my photo blog &raquo;</a> <a href="http://thelookingglass.posterous.com">Go to my photo blog &raquo;</a>
</div> </div>
<div class="col2_3"> <div class="col2_3">
Expand Down
121 changes: 0 additions & 121 deletions src/screen.css

This file was deleted.

18 changes: 9 additions & 9 deletions src/screen.scss
Expand Up @@ -114,15 +114,15 @@ img {
height: 32px; height: 32px;
margin-left: 8px; margin-left: 8px;


&.twitter {@include bg-img (#000, "icons/twitter_32.png", repeat, 0, 0);} &.twitter {@include bg-img (transparent, "icons/twitter_32.png", repeat, 0, 0);}
&.github {@include bg-img (#000, "icons/github_32.png", repeat, 0, 0);} &.github {@include bg-img (transparent, "icons/github_32.png", repeat, 0, 0);}
&.email {@include bg-img (#000, "icons/email_32.png", repeat, 0, 0);} &.email {@include bg-img (transparent, "icons/email_32.png", repeat, 0, 0);}
&.linkedin {@include bg-img (#000, "icons/linkedin_32.png", repeat, 0, 0);} &.linkedin {@include bg-img (transparent, "icons/linkedin_32.png", repeat, 0, 0);}
&.flickr {@include bg-img (#000, "icons/flickr_32.png", repeat, 0, 0);} &.flickr {@include bg-img (transparent, "icons/flickr_32.png", repeat, 0, 0);}
&.facebook {@include bg-img (#000, "icons/facebook_32.png", repeat, 0, 0);} &.facebook {@include bg-img (transparent, "icons/facebook_32.png", repeat, 0, 0);}
&.posterous {@include bg-img (#000, "icons/posterous_32.png", repeat, 0, 0);} &.posterous {@include bg-img (transparent, "icons/posterous_32.png", repeat, 0, 0);}
&.googlebuzz {@include bg-img (#000, "icons/google_buzz_32.png", repeat, 0, 0);} &.googlebuzz {@include bg-img (transparent, "icons/google_buzz_32.png", repeat, 0, 0);}
&.picasa {@include bg-img (#000, "icons/picasa_32.png", repeat, 0, 0);} &.picasa {@include bg-img (transparent, "icons/picasa_32.png", repeat, 0, 0);}
} }
} }


Expand Down
167 changes: 1 addition & 166 deletions stylesheets/ie.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions stylesheets/print.css
@@ -1,3 +0,0 @@
/* Welcome to Compass. Use this file to define print styles.
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */

0 comments on commit f198f00

Please sign in to comment.