This file is indexed.

/usr/share/tdiary/theme/bootstrap/bootstrap.css is in tdiary-theme 3.2.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*
Title: twitter-bootstrap theme
Author: Kado Masanori
License: GPL v3
Comment: setting example:

	HEADER:
	<%= bootstrap_navi %> <!-- use bootstrap-navi.rb plugin -->
	<div class="container-fluid"> <!-- or "container" for fixed layout -->
	
	  <div class="hero-unit">
	    <h1>ほげほげ日記</h1>
	  </div>
	
	  <div class="row-fluid"> <!-- or "row" for fixed layout-->
	    <div class="span8">
	
	FOOTER:
	    </div><!-- /.span8 -->
	    <div class="span4">
	    ....
	    </div><!--/.span4 -->
	  </div><!--/.row-fluid -->
	  ...
	</div><!--/container-fluid -->

Copyright 2012 (C) Kado Masanori
*/

@import url("css/bootstrap.min.css");
@import url("css/bootstrap-responsive.min.css");

form.update {
    margin-left: 80px;
}

.year > input, .month > input, .day > input {
    width: 50px;
}

form.update textarea {
    display: block;
}

form.update span.title input {
    display: block;
}

form.update .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0px;
}

div.footer {
    text-align:center;
}