Just a quick note to let you know that the design of this blog has been changed a bit. If you are using a wide screen monitor (> 1100 pixels), you would notice that the blog title has been moved towards the left, leaving more space for the post content.
Floating the title left caused a broken layout in resolution that are less than 1100 pixels. The title was displayed on top of the content, because of the absolute positioning. But, thanks to media queries, the layout is now adopts itself to all monitors.
@media all and (min-width:1100px){
.custom #header{border:none;position:absolute;top:0;left:0;width:100px;}
}
And, there’s space for the social buttons too, which I shamelessly copied from my own home page.
So, what do you think?
PS: If you are reading this post in an reader, never mind!



{ 2 comments… read them below or add one }
Minimalism rocks.
I’ve been a big fan of such themes/blog layouts. Unlike me, you are posting lot of useful tech related stuff [;-)] and having a layout like this offers minimal distraction to the user.
+1 for this combo on the whole.
I have mentioned this earlier but again I would like to reiterate the fact that having links for
the ‘Best of Veera Sundar/Favourites’ in the home page will definitely be handy. It may be based on the no. of comments you received, based upon user queries. Something like that. I’ve been following your blog for more than 18-19 months on a regular basis now but it will be helpful for newbies. It will ensure that they at least get a glimpse of what’s been happening in this space so far.
Makes sense eh.? #justSaying
~ cheers..!
thank you.
I’m also an avid follower of Coding Horror and this blog has drawn lots of inspiration from that blog. As always, minimalism rocks.
Let me add the top posts section somewhere in this page. I guess next to “Related posts” would be a good location.