forked from I2P_Developers/i2p.www
Create meta class for showing metadata in right margin
This commit is contained in:
@@ -203,13 +203,18 @@ div#content .sidebar nav ul {
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
div#content .lastupdated {
|
||||
div#content .meta {
|
||||
background-color: #ffffdd;
|
||||
padding: 2px 4px;
|
||||
border: 1px dashed;
|
||||
padding: 0.5em 1em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div#content .lastupdated {
|
||||
margin: 1em 2em;
|
||||
}
|
||||
|
||||
div#content .content-inner {
|
||||
padding: 1em 2em;
|
||||
}
|
||||
|
@@ -250,9 +250,13 @@ div#content .inner .sidebar {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
div#content .lastupdated {
|
||||
border-radius: 0 0 10px 0;
|
||||
text-align: right;
|
||||
div#content .inner .meta {
|
||||
border: 1px dashed;
|
||||
position: absolute;
|
||||
left: 72%;
|
||||
margin: 1em 0;
|
||||
right: 2%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div#content .content-inner {
|
||||
|
Reference in New Issue
Block a user