Updated broken structures

stable
Xavier Julián 2014-06-23 16:50:24 +02:00
parent 12f623d1f2
commit f527670595
4 changed files with 27 additions and 15 deletions

View File

@ -4,6 +4,7 @@ block head
title Taiga Project management web application with scrum in mind!
block content
include views/components/notification-message
div.wrapper
sidebar.menu-secondary.sidebar
header

View File

@ -4,6 +4,7 @@ block head
title Taiga Project management web application with scrum in mind!
block content
div.wrapper
sidebar.menu-secondary.sidebar
include views/modules/search-in

View File

@ -4,6 +4,7 @@ block head
title Taiga Project management web application with scrum in mind!
block content
div.wrapper
section.main.taskboard
h1
span ProjectName

View File

@ -201,3 +201,12 @@ a:visited {
.icon-warning:before {
content: 'C';
}
.icon-notification-success:before {
content: 'D';
}
.icon-notification-error:before {
content: 'E';
}
.icon-floppy:before {
content: 'F';
}