some css on browse page

This commit is contained in:
Sanj 2011-07-10 23:56:29 +05:30
parent bc5779e11e
commit 2700d79eb3
2 changed files with 34 additions and 1 deletions

View File

@ -31,10 +31,43 @@ h5 {
border: 0; border: 0;
} }
ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}
#articleList {
width: 90%;
margin-top: 12px;
}
.articleItem { .articleItem {
cursor: pointer; cursor: pointer;
text-align: center;
padding: 6px;
margin-bottom: 4px;
} }
.selectedArticle { .selectedArticle {
background-color: #f4f3ba; background-color: #f4f3ba;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
#linkP {
text-align: center;
}
#articleLink {
text-decoration: none;
color: #393939;
font-weight: bold;
font-size: 1.2em;
}
#articleLink:hover {
text-decoration: underline;
color: #000;
} }

View File

@ -21,7 +21,7 @@ Browse Publications
<iframe src="" width="320" height="400" id="iframePreview"></iframe> <iframe src="" width="320" height="400" id="iframePreview"></iframe>
<!-- <img src="http://camputer.org/ftp/public/Issue00.jpg"></a> --> <!-- <img src="http://camputer.org/ftp/public/Issue00.jpg"></a> -->
<p> <p id="linkP">
<a id="articleLink" href="" title="View as Webpage!"></a> <a id="articleLink" href="" title="View as Webpage!"></a>
</p> </p>