Files @ fbae06748b1e
Branch filter:

Location: django-shaker/djangoshaker/static/desktop/layout.css

branko
Added the database file to list of files to ignore. Added symlink in the project directory to the djangoshaker application.
html {
    width: 80%;
    margin: 0 10% 0 10%;
}

body {
    margin:0;
}

#header {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

#content {
    width: 70%;
    float: left;
    padding: 0;
}

.title_section {
    padding: 5px 10px 5px 10px;
}

#left_sidebar_wrapper {
    width: 20%;
    float: right;
}

.title_section {
    margin-top: 0;
}

.text_long {
    padding: 0px 10px;
}