Sha256: 24ff75b0e434764961598ff71144462a6053d21b2205543fa91f153066d1782f

Contents?: true

Size: 877 Bytes

Versions: 23

Compression:

Stored size: 877 Bytes

Contents

<style>

.wiki_page_info {
  font-style: italic;
  color: #666;
  margin-left: 5px; 
  float: left;
}

.wiki_page_actions {
  text-align: right;
  width: 100%;
  padding: 0px;
}

.wiki_page_actions li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

.wiki_content,
.wiki_diff,
.wiki_history {
  border: 1px dashed #666;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.wiki_history {  
  width: 100%;
}

.wiki_history_header td {
  border-bottom: 2px dashed black; 
}

.wiki_form {
  display: block;
  width: 100%;
  border: 1px dashed #666;
}

.wiki_form p {
  padding: 10px;
}

.wiki_form p input,
.wiki_form p textarea {
  width: 100%;
}

.wiki_form .submit {
  margin-left: 20px;
  margin-bottom: 10px;
}

.wiki_diff span.added {
  background: #D4FFAB;
  color: #509A05;
}

.wiki_diff span.removed {
  background: #FFD8D8;
  color: #EF2828;
}

</style>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
irwi-0.1.1 app/views/base_wiki_pages/_wiki_page_style.html.erb
irwi-0.1.0 app/views/base_wiki_pages/_wiki_page_style.html.erb
irwi-0.0.0 app/views/base_wiki_pages/_wiki_page_style.html.erb