ผลต่างระหว่างรุ่นของ "มีเดียวิกิ:Print.css"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(หน้าที่ถูกสร้างด้วย '→‎CSS placed here will affect the print output: .lab-answer-box { border: 1px solid black; }')
 
 
(ไม่แสดง 2 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน)
แถว 3: แถว 3:
 
.lab-answer-box {
 
.lab-answer-box {
 
   border: 1px solid black;
 
   border: 1px solid black;
 +
  font-size: 100%;
 
}
 
}

รุ่นแก้ไขปัจจุบันเมื่อ 09:14, 4 มิถุนายน 2553

/* CSS placed here will affect the print output */

.lab-answer-box {
  border: 1px solid black;
  font-size: 100%;
}