Skip to content

Instantly share code, notes, and snippets.

@ashish01
Created December 16, 2010 03:25
Show Gist options
  • Save ashish01/742988 to your computer and use it in GitHub Desktop.
Save ashish01/742988 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Styling thing</title>
<style type="text/css">
.riParent {border: 1px dotted gray}
.riTitle {font-size:larger}
.riText {font-size:smaller; font-style:italic; color: #AAAAAA; clear: both}
.riReject {}
.riAccept {}
</style>
</head>
<body>
<div class="riParent">
<a href="#" class="riTitle">Related items UI spec.docx</a>
<span class="riText">Last modified by Ashish Sharma on 15 Dec, 2010</span>
<a href="#" class="riReject">Reject</a>
<a href="#" class="riAccept">Accept</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment