Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Side by Side Diff: styleguide/c++/c++11.html

Issue 814543003: Add HTML title to C++11 style guide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved. 3 Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title>C++11 use in Chromium</title>
10 <link rel="stylesheet" href="c++11.css"> 11 <link rel="stylesheet" href="c++11.css">
11 <style> 12 <style>
12 table tbody tr td:first-child { 13 table tbody tr td:first-child {
13 font-weight: bold; 14 font-weight: bold;
14 font-size: 110%; 15 font-size: 110%;
15 } 16 }
16 </style> 17 </style>
17 </head> 18 </head>
18 <body> 19 <body>
19 <div id="content"> 20 <div id="content">
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 </tr> 967 </tr>
967 968
968 </tbody> 969 </tbody>
969 </table> 970 </table>
970 971
971 </details> 972 </details>
972 973
973 </div> 974 </div>
974 </body> 975 </body>
975 </html> 976 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698