Browse Source

Moves publication date to the right of the column

Muhammad Talha Mansoor 12 years ago
parent
commit
107b242369
2 changed files with 2 additions and 16 deletions
  1. 0 14
      css/custom.css
  2. 2 2
      index.html

+ 0 - 14
css/custom.css

@@ -71,13 +71,7 @@ margin-bottom: 1.0em;
 }
 
 .publicationDate {
-margin-top: -4em;
-margin-bottom: 1.0em;
-display: block;
 background-color: white;
-margin-right: 0em;
-width: 12.2em;
-padding: 0em 0.5em 0em 0.5em;
 font-family: georgia;
 font-size: 1.0em;
 color: dimGray;
@@ -123,10 +117,6 @@ padding-left:0px;
 margin-top:-11px;
 }
 
-.publicationDate {
-   margin-top:-2.5em;
-   margin-left:5em;
-}
 
 	.examplecontainer {}
 
@@ -174,8 +164,4 @@ padding-left:0px;
    font-size:0.9em;
 }
 
-.publicationDate {
-   margin-top:-2.5em;
-   margin-left:2em;
-}
 }

+ 2 - 2
index.html

@@ -105,7 +105,6 @@
       
         <div class="pre_2 col_9 suf_1">
           <h1 class="articleTitle">Name of the article</h1>
-<span class="publicationDate">Published on May 30, 2012</span>
         </div>
 
         <div class="col_7 pre_2 post">
@@ -128,7 +127,8 @@
         </div>
 
         <div class="col_2 suf_1 last">
-          <p>Tags</p>
+	  <span class="publicationDate">Published on<br/> May 30, 2012</span>          
+<p>Tags</p>
         </div>
       
     </div>