~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to media/css/wiki.css

  • Committer: franku
  • Date: 2016-04-18 13:29:23 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160418132923-bfzkb5mvdr7l8mz4
added migrations to each app

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
}
61
61
 
62
62
#edit_wiki_page_form #id_title,#id_comment {
63
 
        width: 100%;
 
63
        width: 98%;
64
64
}
65
65
 
66
66
#id_content {
67
 
        width: 100%;
68
 
        height: 35em;
 
67
        width: 98%;
 
68
        height: 400px;
69
69
}
70
70
 
71
71
#id_summary {
72
 
        width: 100%;
73
 
        height: 5em;
 
72
        width: 98%;
 
73
        height: 100px;
74
74
}
75
75
 
76
76
table.images {
110
110
td{
111
111
    background-image: url('../img/black20.png');
112
112
    border: 1px solid black;
 
113
    padding: 2px 1em 1px 5px;
113
114
}
114
115
 
115
116
th {