Changeset - a3f80be9e37f
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-19 06:57:41
lukeman@gmail.com
add footer
1 file changed with 11 insertions and 0 deletions:
0 comments (0 inline, 0 general)
symposion_project/static/symposion/less/symposion-components.less
Show inline comments
...
 
@@ -159,3 +159,14 @@ div.box-content .markItUpEditor {
 
        .border-radius(0 0 4px 4px);
 
    }
 
}
 

	
 
// Footer
 
.footer {
 
  margin-top: 45px;
 
  padding: 25px 0 26px;
 
  border-top: 1px solid #e5e5e5;
 
}
 
.footer p {
 
  margin-bottom: 0;
 
  color: #555;
 
}
0 comments (0 inline, 0 general)