Skip to content

Commit fe04454

Browse files
committed
style changes for Bootstrap 2
1 parent 471e0bb commit fe04454

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

www/status.jsp

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
<%@ page contentType="text/plain;charset=utf-8"
2-
import="java.io.*,
3-
java.util.*,
4-
java.util.regex.*,
5-
org.json.simple.*,
6-
com.google.common.base.*,
7-
org.apache.commons.lang3.*,
8-
org.apache.commons.lang3.math.*"
2+
import="org.json.simple.*"
93
%><%
104
11-
Locale loc = request.getLocale();
12-
135
JSONObject retVal = new JSONObject();
146
157
retVal.put("success", Boolean.TRUE);

www/test.jsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
StringWriter sw = new StringWriter();
3333
PrintWriter pw = new PrintWriter(sw);
3434
35-
pw.println("<table class=\"bordered-table zebra-striped\">");
35+
pw.println("<table class=\"table table-bordered table-striped bordered-table zebra-striped\" style=\"width:auto;\">");
3636
pw.println("\t<tbody>");
3737
3838
pw.println("\t\t<tr>");
@@ -115,10 +115,10 @@
115115
116116
if (p != null)
117117
{
118-
pw.println("<table class=\"bordered-table zebra-striped\">");
118+
pw.println("<table class=\"table table-bordered table-striped bordered-table zebra-striped\">");
119119
pw.println("\t<thead>");
120120
pw.println("\t\t<tr>");
121-
pw.println("\t\t\t<th>Test</th>");
121+
pw.println("\t\t\t<th style=\"text-align:center\">Test</th>");
122122
pw.println("\t\t\t<th>Target String</th>");
123123
pw.println("\t\t\t<th>matches()</th>");
124124
pw.println("\t\t\t<th>replaceFirst()</th>");

0 commit comments

Comments
 (0)