clean up the default page definition - get rid of right_aside which is illegal

This commit is contained in:
friendica 2013-09-29 21:55:40 -07:00
parent 398162f78a
commit 3f79a9581a
3 changed files with 8 additions and 7 deletions

View File

@ -8,7 +8,7 @@ nav {
background-color: #ff0000;
}
aside {
aside#region_1 {
display: block;
width: 210px;
position: absolute;
@ -17,6 +17,10 @@ aside {
margin-left: 10px;
}
aside input[type='text'] {
width: 174px;
}
section {
position: absolute;

View File

@ -7,12 +7,12 @@
</head>
<body>
<?php if(x($page,'nav')) echo $page['nav']; ?>
<aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
<section><?php if(x($page,'content')) echo $page['content']; ?>
<aside id="region_1"><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
<section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
<div id="pause"></div>
</section>
<right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>
<aside id="region_3"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside>
<footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
</body>
</html>

View File

@ -1891,9 +1891,6 @@ a.mail-list-link {
margin-top: 10px;
}
aside input[type='text'] {
width: 174px;
}
.widget, .pmenu {
border-bottom: 1px solid #eec;